Jeremy Saenz
|
01b889e637
|
Merge branch 'master' of github.com:xyproto/cli into xyproto-master
Conflicts:
app.go
context.go
|
2013-11-28 07:51:31 -08:00 |
|
Alexander Rødseth
|
1bea6dcbf0
|
Custom type for arguments
|
2013-11-24 14:40:21 +01:00 |
|
Jeremy Saenz
|
ab6f1b7c3c
|
Formatting
|
2013-11-20 17:25:13 -08:00 |
|
Jeremy Saenz
|
4120b604ec
|
Removed help flag. we no longer need it.
|
2013-11-20 17:24:37 -08:00 |
|
Jared Forsyth
|
dc8a62e0e9
|
refactor, more robust flag propagation
|
2013-11-20 01:05:18 -07:00 |
|
Alexander Rødseth
|
f93652a890
|
Fixed all problems/warnings reported by "go vet"
|
2013-11-15 11:35:24 +01:00 |
|
Jeremy Saenz
|
b25b7a883c
|
JMS #39: Removed all calls to os.Exit().
|
2013-11-01 07:33:39 -07:00 |
|
Jeremy Saenz
|
0d3c3f4497
|
Improved documentation
|
2013-11-01 07:31:37 -07:00 |
|
Thesyncim
|
4d9038a156
|
add ability to parse []string types
|
2013-09-24 02:41:31 +01:00 |
|
Damien Le Berrigaud
|
5d511c7a8b
|
Allow for flags being passed in after arguments
|
2013-09-18 10:37:03 -06:00 |
|
Casey McTaggart
|
3e07cbd8ba
|
Show usage and exit with error whenever arguments parsing fails
Signed-off-by: Damien Le Berrigaud <damien@pivotallabs.com>
|
2013-09-04 13:58:31 -06:00 |
|
Jeremy Saenz
|
8cea424806
|
JMS #28: -h flags for subcommands
|
2013-08-13 21:40:39 -07:00 |
|
Jeremy Saenz
|
ed1ee94250
|
Adding some docs
|
2013-07-20 15:50:13 -07:00 |
|
Jeremy Saenz
|
04490dabec
|
Minor tweaks and cleanup
|
2013-07-20 08:21:20 -07:00 |
|
Jeremy Saenz
|
6664835bc1
|
JMS #14: Moving toward having and app object
|
2013-07-19 08:34:01 -07:00 |
|
Jeremy Saenz
|
c15c42a7a8
|
JMS #4: Command.HasName
|
2013-07-18 19:30:18 -07:00 |
|
Jeremy Saenz
|
4495e2e996
|
JMS #4: Delegating to Command.Run
|
2013-07-18 19:23:00 -07:00 |
|
Jeremy Saenz
|
3f76896c4f
|
JMS #4: Getting some cli tests going. Testing out flags
|
2013-07-18 17:41:22 -07:00 |
|