Commit graph

  • 97206b3170 Use the correct man page section for the filename Daniel Nephin 2016-06-21 12:25:26 -0400
  • 112c7dca3a Hide deprecated shorthand flags in man page generation. Daniel Nephin 2016-06-20 17:29:54 -0400
  • 29c0a1f42e Use the correct UseLine for the man page synposis. Daniel Nephin 2016-06-20 17:27:41 -0400
  • 7faa7fcdd2 Merge persistent flags before checking for a help flag. Daniel Nephin 2016-05-31 15:38:12 -0700
  • bc81c21bd0 Merge pull request #293 from andreykurilin/sort_commands Eric Paris 2016-06-15 10:36:14 -0400
  • ab97c7a63a Sort commands by their names Andrey Kurilin 2016-06-14 17:04:53 +0300
  • 1238ba19d2 Merge pull request #290 from joe2far/patch-1 Eric Paris 2016-06-07 08:43:46 -0400
  • c21ee9da52 Merge pull request #288 from eparis/flags-vs-commands Eric Paris 2016-06-07 08:37:00 -0400
  • 719241171d Fixed typos in README and docstring joe2far 2016-06-07 11:50:48 +0100
  • b5a074e79e Merge 913b78e7a9 into f447048345 Eli Young 2016-06-06 14:10:24 +0000
  • f447048345 Merge pull request #289 from markbates/disable-flags Eric Paris 2016-06-04 00:47:32 -0400
  • dc6e9ece6f added a flag to disable flags Mark Bates 2016-06-03 20:25:52 -0400
  • 7bf964e5b6 Do not show subcommands in bash completion if a local flag was specified Eric Paris 2016-06-03 12:37:40 -0400
  • ecc7ea6969 Show both commands and 'required flags' instead of only 'required flags' Eric Paris 2016-06-03 12:43:20 -0400
  • a5f153e19b add vim to gitignore Eric Paris 2016-06-03 10:18:59 -0400
  • 913b78e7a9 Add Bash support for command-substitute flags Eli Young 2016-06-02 17:01:39 -0700
  • 658b0c71fb allow suggestions for non-root commands deads2k 2016-05-27 08:18:08 -0400
  • 4f42e96b84 Fixes issue #276. Klaus Birkelund Jensen 2016-05-20 12:06:55 +0200
  • f368244301 Merge pull request #278 from kevintpeng/patch-1 Eric Paris 2016-05-17 13:19:29 -0400
  • 6096009e8d Fixed Small Comment Typo Kevin Peng 2016-05-17 13:17:01 -0400
  • 36bbf32d1d Merge branch 'master' of github.com:ianwalter/cobra Ian Walter 2016-05-09 15:30:18 -0400
  • 22e4fd4c85 Merge branch 'master' of https://github.com/spf13/cobra Ian Walter 2016-05-09 15:29:55 -0400
  • 0f866a6211 Get Travis config up-to-date Bjørn Erik Pedersen 2016-05-09 11:37:22 +0200
  • 1ea47519b1 Merge 87b7eee3a2 into 336d629de0 Daniel Nephin 2016-05-07 17:27:05 +0000
  • 87b7eee3a2 Update go versions to latest minor versions. Daniel Nephin 2016-05-07 13:25:29 -0400
  • 4a18700e41 Merge 616f79f776 into 336d629de0 Andrew Murray 2016-05-06 10:46:56 +0000
  • 616f79f776 Fixed typo Andrew Murray 2016-05-06 20:46:46 +1000
  • 7e288525f0 Making buildPath arg more descriptive Ian Walter 2016-05-03 22:16:18 -0400
  • 02a0b7db0c Fixing addCmd templating and finishing #266 Ian Walter 2016-05-03 22:09:50 -0400
  • 784ab4d6eb Reversing cmd creation order so child cmds get added properly Ian Walter 2016-05-03 00:56:28 -0400
  • 274ca840ae Fixing removal of filepath.join from writeTemplateToFile Ian Walter 2016-05-02 22:37:29 -0400
  • 034973cce1 Merge branch 'master' of github.com:ianwalter/cobra Ian Walter 2016-05-02 22:04:56 -0400
  • ecbac3bbf6 Merge branch 'master' of https://github.com/spf13/cobra Ian Walter 2016-05-02 22:04:39 -0400
  • 336d629de0 Add godoc badge to README.md (#271) Wesley Merkel 2016-04-30 06:18:32 -0700
  • c18ab40644 Add godoc badge to README.md Wesley Merkel 2016-04-30 01:42:48 -0700
  • b4c7072b6b Checking if cmd file exists before trying to create it Ian Walter 2016-04-28 21:23:46 -0400
  • a6cbaf61ec Working on #266: Ability to add nested commands Ian Walter 2016-04-27 22:44:53 -0400
  • c31b2b7153 Merge 853cb4d97f into e14e47b7a9 John Schnake 2016-04-27 17:34:27 +0000
  • e14e47b7a9 Issue #267: Ensure hidden flags/subcommands do not change help John Schnake 2016-04-13 13:27:05 -0500
  • 9a8186dbb5 Improving createLicenseFile function Ian Walter 2016-03-31 14:52:16 -0400
  • d811f40c6a Adding custom license functionality Ian Walter 2016-03-31 14:31:03 -0400
  • 496a12b27e Merge 821543bdaa into 3dc021e8c7 Ian Walter 2016-04-27 16:02:05 +0000
  • 709315630b Merge 3cea2b7e5d into 3dc021e8c7 Robert Terhaar 2016-04-27 16:01:46 +0000
  • 3dc021e8c7 add gpl2 license Rob Terhaar 2016-02-21 23:00:23 -0500
  • 8bf317ef60 add gpl2 license Rob Terhaar 2016-02-21 22:54:02 -0500
  • 853cb4d97f Issue #267: Ensure hidden flags/subcommands do not change help John Schnake 2016-04-13 13:27:05 -0500
  • 8985ae80d8 Merge b0ace35ce7 into 4c05eb1145 Anthony Fok 2016-04-07 00:08:47 +0000
  • 4c05eb1145 Merge pull request #265 from sttts/sttts-shellcheck Eric Paris 2016-04-03 09:08:35 -0500
  • defeccc04d Run shellcheck on bash completion Dr. Stefan Schimanski 2016-04-02 22:45:01 +0200
  • 60267ae24d Merge pull request #257 from sttts/sttts-noun-aliases Eric Paris 2016-04-02 09:29:34 -0500
  • 1a0a490d76 Remove plural handling and add aliases for nouns in completion Dr. Stefan Schimanski 2016-03-25 16:05:56 +0100
  • 2ccf9e982a Merge pull request #264 from kkirsche/patch-1 Eric Paris 2016-04-01 21:14:51 -0500
  • 3e71c61197 Update init per golint Kevin Kirsche 2016-04-01 21:29:12 -0400
  • 821543bdaa Improving createLicenseFile function Ian Walter 2016-03-31 14:52:16 -0400
  • 1bdb0b867c Adding custom license functionality Ian Walter 2016-03-31 14:31:03 -0400
  • b0d571e7d5 Merge pull request #260 from ianwalter/code-cleanup Eric Paris 2016-03-31 09:32:10 -0500
  • a0bd6c17b3 Fixing golint warnings Ian Walter 2016-03-31 09:53:34 -0400
  • ee150b4fa2 Merge pull request #258 from kkirsche/patch-1 Eric Paris 2016-03-30 16:59:46 -0500
  • f643f707c9 Update root.go to fix golint bug with comment Kevin Kirsche 2016-03-30 17:50:52 -0400
  • c678ff029e Merge pull request #256 from sttts/sttts-fix-bash-escaping Eric Paris 2016-03-22 12:10:42 -0500
  • a23d903a12 Fix escaping of % in bash code strings Dr. Stefan Schimanski 2016-03-22 16:47:16 +0100
  • 966e6048eb Merge pull request #230 from garthk/fix-man-see-also Eric Paris 2016-03-21 19:23:55 -0500
  • 57021c6b4d Merge pull request #244 from apriendeau/silence-errors-readme Eric Paris 2016-03-21 19:22:44 -0500
  • d6b481239e Merge pull request #255 from sttts/sttts-bash-completion-flag-equal Eric Paris 2016-03-21 19:22:24 -0500
  • ea9a77d312 Add support for plural nouns in bash completion Dr. Stefan Schimanski 2016-03-20 23:21:49 +0100
  • 8092588fb8 Add custom bash flag completion Dr. Stefan Schimanski 2016-03-20 21:05:18 +0100
  • 7d556a0974 Enable bash completion after --flag= or --flag=abc Dr. Stefan Schimanski 2016-03-20 20:30:21 +0100
  • 1bacefc9a2 Merge pull request #254 from fabianofranz/optional_options_at_the_end_of_usage Eric Paris 2016-03-15 16:50:08 -0500
  • 16b7ba55fb Must only add "[flags]" to the end of usage if not yet present Fabiano Franz 2016-03-15 18:22:20 -0300
  • 3cea2b7e5d add gpl2 license Rob Terhaar 2016-02-21 23:00:23 -0500
  • 418fce7745 add gpl2 license Rob Terhaar 2016-02-21 22:54:02 -0500
  • e21e5f0b09 updates readme to Explain SilenceErrors and SilenceUsage #225 Austin Riendeau 2016-02-18 13:57:07 -0700
  • d2b7b7c171 Merge 2a20bcba18 into 65a708cee0 Anthony Fok 2016-02-08 22:06:36 +0000
  • 65a708cee0 Allow bash-completion to work with full-path executable Anthony Fok 2016-02-08 02:29:17 +0800
  • 1ef0913976 Use nil instead of len for arg check. This honors the SetArgs() call Jonathan Reyna 2016-01-13 23:55:11 -0500
  • bbdcadf158 Add Swarm to Cobra user list Steve Francia 2016-02-08 17:02:55 -0500
  • 2a20bcba18 Allow bash-completion to work with full-path executable Anthony Fok 2016-02-08 02:29:17 +0800
  • 04d02e3184 Merge pull request #241 from bogem/typo Eric Paris 2016-02-06 12:39:43 -0500
  • 64cc91ac9b Fix typo in README bogem 2016-02-06 17:38:32 +0100
  • 801364aa15 Skip "bash: declare: -A: invalid option" error gracefully Anthony Fok 2016-02-05 13:04:36 +0800
  • 57f473263e Add explicit doc.GenMan SEE ALSO test covering #229 Garth Kidd 2016-01-21 12:06:00 +1100
  • cb8496d6b2 Ensure SEE ALSO list has no leading comma, fixing #229 Garth Kidd 2016-01-17 15:18:47 +1100
  • 8e91712f17 Merge pull request #228 from garthk/fix-doc-generation Eric Paris 2016-01-16 22:09:38 -0500
  • 356750645f Update doc generation examples. Fixes #227. Garth Kidd 2016-01-17 11:29:42 +1100
  • 8e6aca4182 Use filepath.Join, not string math. Fixes #226. Garth Kidd 2016-01-17 11:24:54 +1100
  • be83716983 Use nil instead of len for arg check. This honors the SetArgs() call Jonathan Reyna 2016-01-13 23:55:11 -0500
  • 9c93009019 Merge pull request #223 from mattnenterprise/doc-link-fixes Eric Paris 2016-01-13 22:06:19 -0500
  • d12e2412b6 Fix links to markdown and man page docs Matt McCoy 2016-01-13 21:40:50 -0500
  • 76742d6753 Issue #219, #220 PersistentFunctions can chain now Anthony Rebello 2016-01-13 23:09:49 +0530
  • 348f909d8b Revert "Issue #219: added PreRunChain and PostRunChain hooks" Anthony Rebello 2016-01-13 21:52:37 +0530
  • c83aa7a6c7 Clarify behaviour surrounding nested custom handlers cpfair 2016-01-12 16:33:27 +0000
  • 2e00cabe43 Untranspose __custom_func in docs table cpfair 2016-01-12 16:26:51 +0000
  • beaa4630e5 Allow functions within BashCompletionFunction to run unconditionally, limit their scope to a particular command. cpfair 2016-01-12 16:17:19 +0000
  • 97f831a4fd Change first line of generated bash-completion file Anthony Fok 2016-01-11 15:37:32 -0700
  • 3dbb5be47c Issue #219: added PreRunChain and PostRunChain hooks Anthony Rebello 2016-01-08 12:42:10 +0530
  • 2a426b5c59 README: add etcd Gyu-Ho Lee 2016-01-05 23:25:13 -0800
  • a3a9f345ca Merge pull request #218 from mvdan/error-checking Eric Paris 2016-01-06 09:57:15 -0500
  • 5df1341f93 Treat write errors in man doc generation Daniel Martí 2016-01-06 12:21:23 +0100
  • eb5040e69e Treat write errors in markdown doc generation Daniel Martí 2016-01-06 11:59:28 +0100
  • ea06b29c10 Simplify GenMarkdownTreeCustom signature Daniel Martí 2016-01-06 11:49:26 +0100