diff options
Diffstat (limited to 'res/args')
| -rw-r--r-- | res/args | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/res/args b/res/args new file mode 100644 index 0000000..ab04d1b --- /dev/null +++ b/res/args @@ -0,0 +1,38 @@ + +# SYNTAX +# # comment +# - option line +# @ function callback +# " description +# blank lines separate entries + + +-h --help +@ PrintHelp +" Print this help menu. + +-l --list +@ ListTemplates +" List the available templates. + +-v --verbose +@ SetVerbose +" Output more information to stderr. +" Can be specified multiple times to increase verbosity. + +#-t --template-dir DIR +#" Search for templates in DIR before searching other directories. + +-s --system-dir DIR +@ SetSystemDir +" Use DIR as the system template directory. + + +-u --user-dir DIR +@ SetUserDir +" Use DIR as the user template directory. + +-f --format DIR +@ SetFormatPath +" Use DIR as the format template for the project. + |
