jotdown/src/help.txt
kmaasrud 896c7004c4 add input and output args to CLI
This commit also adds a help text, accessible with the `--help` flag, as
well as a version text, available by using `--version`. My hope is that
this commit will make the jotdown CLI a bit friendlier to use.
2023-02-08 22:43:07 +01:00

10 lines
312 B
Text

usage: jotdown [option] [file]
arguments:
file a djot source file. use a dash (`-`) or no argument
to read from stdin
options:
-h --help show this text
-v --version show the version number
-o --output a file to write the output to. stdout if omitted