diff options
| author | Max Mahn <mahn.maxwell@proton.me> | 2026-05-20 09:23:50 -0400 |
|---|---|---|
| committer | Max Mahn <mahn.maxwell@proton.me> | 2026-05-20 09:23:50 -0400 |
| commit | 137e4ed9d74891349de1b0da1e0cf2653ea92c5e (patch) | |
| tree | 29f913c45c081ec52269362eb2ce7f6f18d09070 /res/args | |
initial commit
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. + |
