-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathargs.ggo
More file actions
21 lines (15 loc) · 715 Bytes
/
args.ggo
File metadata and controls
21 lines (15 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
package "Example of .ggo file"
version "1.0"
#Bruna Leal 2201732
#Tomás Pereira 2201785
#----------------------------
# independent options
#----------------------------
# Mandatory option
#option "folder" f "folder" string typestr="dirname" required
# Optional
defgroup "grp1" groupdesc="an option of this group is required" required
groupoption "file" f "file(s)" string group="grp1" multiple
groupoption "batch" b "txt file with names/paths" string group="grp1"
groupoption "dir" d "directory" string group="grp1"
groupoption "help" h "help manual" group="grp1"