blob: ab04d1bbf4850b905098022e8e6aa2ec1455ee80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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.
|