Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

command help does not show short form options #76

Open
SvenBrunk opened this issue Oct 5, 2016 · 0 comments
Open

command help does not show short form options #76

SvenBrunk opened this issue Oct 5, 2016 · 0 comments

Comments

@SvenBrunk
Copy link

you state there is gimli -f (which is obviously true), but this is not listed in the output of gimli -h

$> gimli -h
Help for commands:
-file (Optional, takes 1 argument)
The file or folder to convert if you do not want to convert all in the current folder
-outputdir (Optional, takes 1 argument)
The directory to save parsed files if you do not want to use the current folder. The directory is created if it does not exist
-stylesheet (Optional, takes 1 argument)
The stylesheet to use to override the standard
-outputfilename (Optional, takes 1 argument)
Sets the name of the output file. Only used with single file and in merge mode
-wkhtmltopdfparameters (Optional, takes 1 argument)
Parameters to be passed on to wkhtmltopdf. Use "" if more than one parameter. See wkhtmltopdf usage for possible parameters.
-recursive (Optional, takes 0 arguments)
Recurse current or target directory and convert all valid markup files
-merge (Optional, takes 0 arguments)
Merge markup files into single pdf file
-debug (Optional, takes 0 arguments)
Debugs wkhtmltopdf command and html output to stdout
-removefrontmatter (Optional, takes 0 arguments)
Remove yaml frontmatter from your files.
-version (Optional, takes 0 arguments)
Show version information and quit
-cover (Optional, takes 1 argument)
Create cover with the first headline
-h (Optional, takes 0 arguments)
Help
$> gimli -version
Version: 0.5.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant