From 137e4ed9d74891349de1b0da1e0cf2653ea92c5e Mon Sep 17 00:00:00 2001 From: Max Mahn Date: Wed, 20 May 2026 09:23:50 -0400 Subject: initial commit --- res/args | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 res/args (limited to 'res/args') 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. + -- cgit v1.2.3