Commit graph

  • 96d543cf2c Reset root command lists in testing tummychow 2014-03-26 04:54:47 -0400
  • f4c075f8f8 Add command name prefix matching tummychow 2014-03-26 04:53:00 -0400
  • ed47e71aed Merge 98b0a5ab02 into e174a40cf5 Kevin Darlington 2014-02-03 18:54:15 -0800
  • e174a40cf5 Print root usage when help called with no args. Kevin Darlington 2014-02-02 22:20:55 -0500
  • 98b0a5ab02 Print root usage when help called with no args. Kevin Darlington 2014-02-02 22:20:55 -0500
  • 1e1ff9e35e Merge pull request #8 from awilliams/master Steve Francia 2014-01-17 05:19:31 -0800
  • 2e73a96a48 Right aligns "Use" and "Additional help topics" even if they are longer than the min padding awilliams 2014-01-17 13:36:57 +0100
  • 6dd0aa154a Merge pull request #7 from philips/patch-1 Steve Francia 2014-01-11 22:21:44 -0800
  • 2d10990d9e fix(README): simple grammar fixup Brandon Philips 2014-01-11 21:34:06 -0800
  • 88d4f7089f Merge pull request #5 from mcuadros/master Steve Francia 2014-01-02 09:56:32 -0800
  • 56185423c7 Merge pull request #6 from bitdeli-chef/master Steve Francia 2014-01-02 09:56:03 -0800
  • d7f66b2f69 Add a Bitdeli badge to README Bitdeli Chef 2014-01-02 17:58:43 +0000
  • 1378a36255 Fixes in example Máximo Cuadros 2013-12-21 11:32:14 +0100
  • fae133554d Fixing error messaging when upstream flag library is inconsistent. spf13 2013-11-05 20:04:51 -0500
  • 2f19d3c266 Added test for (fixed) bug in upstream library pflag spf13 2013-11-05 19:50:47 -0500
  • 7216b06e83 Rewrote readme spf13 2013-11-05 12:40:10 -0500
  • 79bdde5f6c Refactored code to eliminate need for a commander. Much simpler interface now. spf13 2013-11-01 18:36:24 -0400
  • a2845e7f7a fixed spf13/cobra#1 spf13/hugo#88 spf13 2013-09-30 21:54:46 -0400
  • fb5077acbe Better handling of parsing args to commands, especially the root spf13 2013-09-29 02:03:29 -0400
  • 2d02c310f3 Help improvements spf13 2013-09-29 02:02:49 -0400
  • 6b3d2f2e9a Shorter message when invalid flags provided spf13 2013-09-29 02:01:56 -0400
  • 55ff474dee Finding command based on args cleaned up spf13 2013-09-29 01:59:13 -0400
  • 74ce44d76e Add ability to cast a command to a commander spf13 2013-09-29 01:57:50 -0400
  • 88e482c582 Update read me example spf13 2013-09-29 01:56:04 -0400
  • 39583856c0 fix trailing <nil> on help output spf13 2013-09-28 22:42:30 -0400
  • c491be3a31 Adding Travis status image to readme spf13 2013-09-24 17:08:47 -0400
  • 0556e5fbf9 Moving cobra_test into package cobra for easier testing spf13 2013-09-24 17:04:00 -0400
  • b6689aaea4 more in the readme spf13 2013-09-24 16:52:33 -0400
  • f0d16a4984 more complete readme spf13 2013-09-24 16:45:20 -0400
  • fb2146e9e5 Add support for help command spf13 2013-09-24 16:03:22 -0400
  • 68f3c66d07 Proper handling of flag error messages. Fixing test that wasn't passing. spf13 2013-09-24 13:15:30 -0400
  • 62fb674a93 Organize the files a bit better spf13 2013-09-24 12:47:29 -0400
  • 88b9d2e5cb Adding support for travis ci spf13 2013-09-24 12:39:05 -0400
  • 57fc2cb534 Support and test for custom output. spf13 2013-09-24 12:12:32 -0400
  • b0c5461629 Much improved usage message spf13 2013-09-13 00:09:28 -0400
  • 8858462331 Add decent usage message spf13 2013-09-12 10:32:51 -0400
  • 6067837866 Adding support for a custom output, default to stderr spf13 2013-09-11 09:51:24 -0400
  • 8d87882095 Documentation & housecleaning spf13 2013-09-11 09:20:59 -0400
  • 7ba2df2eff Detect and panic if command is setup as it's own child. spf13 2013-09-10 18:28:58 -0400
  • 90b975fd8e Rewrote DebugFlags() function spf13 2013-09-10 18:27:31 -0400
  • c5eb49e3f5 Add better persistent flags testing spf13 2013-09-10 18:26:46 -0400
  • 061ba30a84 Create and utilize mergePersistentFlags method spf13 2013-09-10 18:26:17 -0400
  • ed6206272d Deleting Extra license file... keeping the better formatted one Steve Francia 2013-09-04 11:48:46 -0400
  • 3f47f33e39 Testing when given missing flag spf13 2013-09-04 11:27:10 -0400
  • ccbe1b2359 Adding debug flags method to a command & commander spf13 2013-09-04 11:26:28 -0400
  • c568b575aa Better testing support. Easy to reset to blank slate in tests. spf13 2013-09-04 11:25:32 -0400
  • a618569eea Better error handling spf13 2013-09-04 11:23:13 -0400
  • 36e08ffd5b Parsing persistentFlags properly (mostly) spf13 2013-09-04 00:15:18 -0400
  • ce6447a965 Properly swallowing flag error messages spf13 2013-09-03 19:17:58 -0400
  • 1be06e4e1a Adding a separate command as a run value. spf13 2013-09-03 19:04:50 -0400
  • 3d8285f415 ignoring compiled test spf13 2013-09-03 18:57:14 -0400
  • bbb8e6e199 initial commit of cobra w/test suite spf13 2013-09-03 18:54:51 -0400
  • 19ec2d48d8 adding license spf13 2013-09-03 18:46:13 -0400
  • 8f097506fc adding initial readme content spf13 2013-09-03 18:45:49 -0400
  • 7791653039 Initial commit Steve Francia 2013-09-03 13:40:26 -0700