]> Creatis software - creaImageIO.git/blob - appli/gimmick/gimmick.ggo
*** empty log message ***
[creaImageIO.git] / appli / gimmick / gimmick.ggo
1 # file gimmick.ggo
2 package "gimmick"
3 version "0.1.0"
4 purpose ""
5 description ""
6 usage "gimmick COMMAND [OPTIONS]"
7
8 section "COMMANDS"
9 option "print" p "Prints the local database tree" flag off
10 option "file" f "Adds the file to local database" typestr="<file name>" string optional
11 option "dir" d "Adds the directory to local database" typestr="<path>" string optional
12 option "recurse" r "Recurse into sub-directories" flag off dependon="dir"
13
14 section "OPTIONS" 
15 option "verbose" v "Verbosity level" int default="1" optional
16 option "debug" D "Debug messages level" int default="0" optional
17
18 #package "<packname>"
19 #     version "<version>"
20 #     purpose "<purpose>"
21 #     usage "<usage>"
22 #     description "<description>"
23     
24 #     args "<command line options>"
25      
26 #     option <long> <short> "<desc>"
27 #         {details="<detailed description>"}
28 #         {argtype} {typestr="<type descr>"}
29 #         {values="<value1>","<value2>",...}
30 #         {default="<default value>"}
31 #         {dependon="<other option>"}
32 #         {required} {argoptional} {multiple}
33 #         {hidden}
34      
35 #     option <long> <short> "<desc>" flag <on/off>
36      
37 #     section "section name" {sectiondesc="optional section description"}
38      
39 #     text "a textual sentence"