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
92528ba7642abcfc6754c7b68b435e65db2e7d31
Switch branch/tag
go-dms3
commands
cli
parse.go
20 Oct, 2014
12 commits
Sub -> Subcommand
· 92528ba7
Juan Batiz-Benet
authored
Oct 20, 2014
92528ba7
fmt, lint, + vet commands/
· 7673ce6f
Juan Batiz-Benet
authored
Oct 20, 2014
7673ce6f
commands/cli: Error if there are duplicate values for an option
· 117af86c
Matt Bell
authored
Oct 17, 2014
117af86c
commands/cli: Refactored CLI parsing to match go tooling conventions
· f87c418e
Matt Bell
authored
Oct 17, 2014
f87c418e
commands/cli: Made Parse return a Request object instead of separate values
· 968ec344
Matt Bell
authored
Oct 15, 2014
968ec344
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