-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathorb.config
More file actions
21 lines (19 loc) · 670 Bytes
/
orb.config
File metadata and controls
21 lines (19 loc) · 670 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
type='package'
packageName='parseCLI'
shortDescription='Utility to create CLI tools with argument parsing and color support'
version='1.0.1'
author='stringmanolo'
files:
"./other_languages/bash/parseCLI" 'https://github.com/stringmanolo/simpleArgumentsParser/raw/master/other_languages/bash/parseCLI'
bundleFiles=false
bundleFileName=''
isPackageBundlable=false
preserveFolderFiles=false
dependencies=''
installScript=''
uninstallScript=''
compatibleShells='bash,zsh'
license='GPLV3'
repository='https://github.com/stringmanolo/simpleArgumentsParser'
documentation='https://github.com/stringmanolo/simpleArgumentsParser#readme'
tags='cli,arguments,parser,bash,colors'