Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
7a36278dbc24955b715b07eac4f311ade7e54719
Switch branch/tag
go-dms3
commands
cli
parse.go
20 Oct, 2014
7 commits
commands/cli: Pass option definitions as an argument to parseOptions
· 86bc450b
Matt Bell
authored
Oct 14, 2014
86bc450b
commands/cli: Removed parser string handling since the go runtime handles it for us automatically
· 97b87190
Matt Bell
authored
Oct 14, 2014
97b87190
commands/cli: Added value parsing for single-dash options
· 66e6da3d
Matt Bell
authored
Oct 14, 2014
66e6da3d
commands/cli: Refactored parsing to always get the command path at the beginning of the CLI input
· bb326331
Matt Bell
authored
Oct 14, 2014
bb326331
commands/cli: Renamed parse functions to parse*
· 66b0727d
Matt Bell
authored
Oct 14, 2014
66b0727d
commands/cli: Added path/args parsing
· 4bd3a777
Matt Bell
authored
Oct 14, 2014
4bd3a777
commands/cli: Added CLI option parsing
· bf328181
Matt Bell
authored
Oct 13, 2014
bf328181