md2hlp [-h] [--config CONFIG] [--file FILE] [--output OUTPUT] [--verbose] [--version]
Convert from Markdown to Orix Help
-
-h, --help show this help message and exit
-
--config CONFIG, -c CONFIG Configuration filename (default: md2hlp.cfg in current working diretcory)
-
--file FILE, -f FILE Input filename (default: stdin)
-
--output OUTPUT, -o OUTPUT output filename (default: stdout)
-
--verbose, -v increase verbosity (default: 0)
-
--version, -V show program's version number and exit
MD2HLP_PATH If MD2HLP_PATH is set, md2hlp uses it as the path to search for configuration file. It is overridden by the -c invocation option.
Search order for the configuration file is:
- -c invocation option
- md2hlp.cfg in current working directory
- m2hlp.cfg in MD2HLP_PATH directory
md2hlp -f README.md -o help/md2hlp.hlp
md2hlp -f examples/date.md -o help/date.hlp
- examples: Fichiers d'exemples (pages man de Orix)
- help: Fichiers du répertoire examples après conversion
- img: screenshots
- src: Sources