Commit Graph

304 Commits

Author SHA1 Message Date
Dan Wendorf and Karen Wang 6c5f810d8f Add SkipFlagParsing option to Command 2014-04-14 14:44:32 -07:00
Jeremy Saenz 640826c88f Merge pull request #78 from zenoss/feature/bash-completion
Bash completion
2014-04-14 10:00:36 -07:00
Jeremy Saenz 07c53fda7a Merge pull request #79 from rschmukler/master
remove quotes for empty StringFlags
2014-04-14 09:59:48 -07:00
Summer Mousa 85c3eadea4 Adding sample test 2014-04-12 17:13:47 -05:00
Summer Mousa 7544c56e3c Added some documentation and bash integration code 2014-04-12 16:59:41 -05:00
Summer Mousa 3a10545f91 Made bash completion command optional; still need to update documentation 2014-04-12 08:32:53 -05:00
Ryan Schmukler 312151dca4 remove quotes for empty StringFlags 2014-04-11 15:16:09 -04:00
Summer Mousa 0b29bee364 merging code 2014-04-10 12:14:13 -05:00
Chris Winslett 37299d4e5a Customizable command not found function 2014-03-30 20:46:02 -07:00
Chris Winslett c69522c960 Make Command accessible from Context 2014-03-29 12:02:05 -07:00
Jeremy Saenz 3fa24ca4f3 Merge pull request #73 from unihorn/43
fix(context): copy StringSlice Flag correctly
2014-03-21 17:22:30 -07:00
Yicheng Qin ce13660ae0 fix(context): copy StringSlice Flag correctly 2014-03-21 17:18:14 -07:00
Jeremy Saenz 4097aa09fe Merge pull request #70 from unihorn/27
Add BoolTFlag type
2014-03-21 17:11:07 -07:00
Yicheng Qin 5903a0a844 Add BoolTFlag type
Compared to BoolFlag type, BoolTFlag treats 'true' as the default value
for the flag.

Without it, we have to use --no-action flag if we set the action is done
in default. But sometimes it is bad to maintain flags with negative meanings.
And it will be painful if we change the default value for the flag.

As this implementation, it keeps all existing functionality. So it
is compatible with old versions.
2014-03-05 17:24:22 -08:00
Jeremy Saenz 8f0575f520 Merge pull request #68 from bunnymatic/checking-that-description-works
Checking that description works
2014-02-25 19:24:12 -08:00
Mr Rogers b4d98765bd rollback inconsequential changes 2014-02-19 16:38:51 -05:00
Mr Rogers 1ccba5fbb5 fix whitespace 2014-02-19 16:37:20 -05:00
Mr Rogers a70d0bb136 add tests for description output 2014-02-19 16:32:01 -05:00
Jeremy Saenz 161c7e7496 Merge pull request #67 from tenpeoplemeet/patch-1
Fixed typo in README
2014-02-15 10:29:44 -08:00
tenpeoplemeet 673f4263fd Fixed typo in README 2014-02-15 12:06:07 +01:00
Jeremy Saenz 8242fd818c Merge pull request #65 from tjarratt/custom-help-printer
Add a way to override the app help printer
2014-02-04 17:01:07 -08:00
Tim Jarratt 58bfabca6d Add a way to override the app help printer
Fixes #64
2014-02-04 08:40:06 -08:00
Jeremy Saenz c606efc92b Merge pull request #61 from cab/master
Subcommand example used non-existent function
2014-01-08 08:08:44 -08:00
Conner Bryan 1c561d6228 Subcommand example used non-existent function 2014-01-08 02:01:35 -05:00
Greg B f7c1cd9a11 Add before function to app 2014-01-06 15:06:31 -08:00
Greg B 78d5f0dd40 Unit tests for Before() functionality 2014-01-06 15:06:31 -08:00
Jeremy Saenz 1cb2291894 Merge pull request #57 from fraenkel/optional
Allow to detect optional flags
2014-01-02 08:33:20 -08:00
fraenkel f88df0aa5a Allow optional flags by asking if its been set/present on the command line 2013-12-18 12:09:16 -06:00
Jeremy Saenz 5b3346951a Merge pull request #53 from kytrinyx/standardize-import
Standardize import statements
2013-12-07 09:58:54 -08:00
Katrina Owen dde48a57c9 Standardize import statements 2013-12-07 07:10:04 -08:00
Jeremy Saenz 5e1854f702 Merge pull request #52 from kytrinyx/float-flag-doc-typo
Fix typo in godoc for Float64
2013-12-05 06:41:34 -08:00
Katrina Owen ce737fe01e Fix typo in godoc for Float64 2013-12-05 06:33:55 -08:00
Jeremy Saenz 7be170c042 Added godoc for Float64 2013-12-03 19:24:30 -08:00
Katrina Owen 2ec51afe91 Implement Float64Flag. See #46 2013-12-03 05:42:26 -08:00
Jeremy Saenz 41fe2d8682 Merge pull request #48 from ryansb/stringsliceformat
string slice flag option formatting
2013-12-02 20:08:33 -08:00
Jeremy Saenz 3ac875979d Merge pull request #49 from kytrinyx/short-version
Add shortcut for version flag
2013-12-02 15:02:54 -08:00
Katrina Owen 7d08fb3da5 Add shortcut for version flag 2013-12-02 14:55:24 -08:00
Ryan S. Brown 28cf49a4ca string slice flag option formatting
Used to output:
```
-- 'name'          -name option -name option%!(EXTRA string=Usage text)
```

Now:
```
--name []          `-name option -name option` Usage text
```
2013-12-02 13:29:43 -06:00
Jeremy Saenz a4d75ab69e Moved some code around in context.go 2013-11-28 07:53:50 -08:00
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 22a56266c5 Removed the function and data structure for generating man pages 2013-11-24 14:41:42 +01:00
Alexander Rødseth 1bea6dcbf0 Custom type for arguments 2013-11-24 14:40:21 +01:00
Jeremy Saenz 806cdc2890 removed dead test 2013-11-20 17:26:27 -08: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 37eef5912e add info about alternate flag names to the readme 2013-11-20 00:10:52 -08:00
Jared Forsyth dc8a62e0e9 refactor, more robust flag propagation 2013-11-20 01:05:18 -07:00
Jared Forsyth 73e88630a5 fmt 2013-11-18 16:37:59 -07:00
Jared Forsyth ccb1528bb0 adding multi-named flags 2013-11-18 16:35:23 -07:00
Alexander Rødseth fbbda7a902 Minor changes 2013-11-15 12:51:53 +01:00