Commit Graph

  • 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
  • e21e5f0b09 updates readme to Explain SilenceErrors and SilenceUsage #225 Austin Riendeau 2016-02-18 13:57:07 -0700
  • 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
  • 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
  • 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
  • 97f831a4fd Change first line of generated bash-completion file Anthony Fok 2016-01-11 15:37:32 -0700
  • 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
  • 5fa1003a36 Remove unused outs global var Daniel Martí 2016-01-06 11:49:16 +0100
  • c82a0ceef8 Merge pull request #215 from mvdan/interfacer Eric Paris 2016-01-05 16:50:52 -0500
  • e0479ff7a7 Add error handling to GenBashCompletion Daniel Martí 2016-01-03 15:05:08 +0100
  • a5ff2f28ab Reuse GenBashCompletion in GenBashCompletionFile Daniel Martí 2016-01-03 14:45:11 +0100
  • 463be1428d Replace *bytes.Buffer with io.Writer Daniel Martí 2016-01-03 13:01:52 +0100
  • c6399cd398 Use readline's default filename completion if completion fails Tamer TAS 2016-01-02 08:11:35 +0200
  • b3f29e98e6 Issue #195: Move doc generation into separate pkg Frank Schroeder 2015-11-24 00:19:16 +0100
  • f3aca0a8e7 adding nanobox/nanopack to list of cobra users Steve Domino 2015-12-22 13:28:38 -0700
  • 60b8213eba Add flaghash to bash_completion to keep flag value Kenjiro Nakayama 2015-12-06 02:57:45 +0900
  • 2bd8a730ae always show help if requested, even if SilenceErrors is enabled Sascha Holzleiter 2015-12-03 14:58:31 +0100
  • c65e6422ff Fix typo: exiting → existing Anthony Fok 2015-12-17 14:43:23 -0700
  • c3ef89ad8a Fix typo: initalize → initialize, etc. Anthony Fok 2015-12-17 11:18:55 -0700
  • 73665614cb Merge pull request #197 from magiconair/issue-195-mousetrap-win-only Eric Paris 2015-12-16 19:04:05 -0500
  • 11265d64db Merge pull request #210 from boz/colon-completion Eric Paris 2015-12-16 17:12:45 -0500
  • ea3bf167cf Merge pull request #211 from NanXiao/patch-1 Eric Paris 2015-12-16 10:02:01 -0500
  • d95d1b86bb Update command.go Nan Xiao 2015-12-16 16:14:10 +0800
  • ee6224d01f Ugly fix for filepath.IsAbs not playing nicely with windows Jared Bydeley 2015-11-23 23:34:19 -0500
  • 1f27c09535 Fixed tests for how they are run Jared Bydeley 2015-11-23 23:19:22 -0500
  • 3e7fb991e1 Fixed import path issue on Windows Jared Bydeley 2015-11-23 22:46:26 -0500
  • fe79245d1a Bash completion for names with ':' character. Adam Bozanich 2015-12-09 20:57:45 -0800
  • 29cddf65b2 Merge pull request #208 from gosharplite/patch-2 Eric Paris 2015-12-09 08:50:41 -0500
  • ebd5d2bdca Update README.md Tony Hsu 2015-12-09 15:48:54 +0800
  • 8210022f43 Merge pull request #207 from gosharplite/patch-1 Eric Paris 2015-12-08 10:13:42 -0500
  • 83de5c46ff Fix wrong command name. Tony Hsu 2015-12-08 17:17:31 +0800
  • 1c44ec8d3f Merge pull request #200 from sobit/patch-1 Eric Paris 2015-11-24 10:32:17 -0500
  • 9e39e41fb0 fix typo Sobit Akhmedov 2015-11-24 14:46:13 +0100
  • 193b182195 Issue #195: Compile mousetrap only on Windows Frank Schroeder 2015-11-24 00:19:32 +0100
  • b167d9beaa add GNU GPL3 as a license Christoph Görn 2015-11-23 10:39:02 +0100
  • 4b096512f3 Reflow license text and add copyright year and name Anthony Fok 2015-11-21 23:31:58 -0700
  • 6d6c92d5b7 Parse the full license text as a template Anthony Fok 2015-11-21 23:29:20 -0700
  • 10546a043b Remove extraneous comma at the end of SEE ALSO list Anthony Fok 2015-11-21 06:23:56 -0700
  • 9c32fb42ec Reset man page title when necessary in GenManTree Anthony Fok 2015-11-21 06:18:37 -0700
  • 3bd84ba55c Ensure man page title is uppercase and has rootcmd Anthony Fok 2015-11-21 06:13:53 -0700
  • baf44a3923 Fix Lintian warning: manpage-has-bad-whatis-entry Anthony Fok 2015-11-21 06:02:54 -0700
  • 46c720088b Fix a copy-and-paste error in man_docs.md Anthony Fok 2015-11-20 17:12:30 -0700
  • 0cc7cc2c06 Fix typo in cobra/cmd/init.go Anthony Fok 2015-11-20 15:49:08 -0700
  • e22a0c9315 Better instructions for the execute inside main() Steve Francia 2015-11-20 17:37:20 -0500
  • 4e18e0c2bf Fix typos in README.md: Change "it's" to "its" where appropriate Anthony Fok 2015-11-20 15:31:48 -0700
  • 1e63ad8ed1 Fine-tune the formatting of Cobra’s generated code Anthony Fok 2015-11-20 15:28:40 -0700
  • c7feee9f20 Add .mailcap for a more tidy "git shortlog" output Anthony Fok 2015-11-20 15:24:23 -0700
  • 1f03277811 Fix minor typos in cobra_test.go Anthony Fok 2015-11-20 15:23:16 -0700
  • ec63835b77 Add install instructions for the cobra binary (and library) Steve Francia 2015-11-20 09:55:10 -0500
  • 6c0cb34745 Restructure README.md spf13 2015-11-18 22:56:25 -0500
  • cb63a06ed9 Merge pull request #192 from apriendeau/executeC Eric Paris 2015-11-18 17:09:54 -0500
  • 3f605993a9 Creates the ExecuteC function while maintaining Execute signature Austin Riendeau 2015-11-17 11:41:21 -0700
  • 9324f3657d Copyedit README.md Anthony Fok 2015-11-14 22:46:43 -0700
  • f06ae19d96 Revert "Correct Go release version in Travis config (1.5.2)" Bjørn Erik Pedersen 2015-11-14 17:01:30 +0100
  • 6efbf0b624 README: added cmdns extension Greg Osuri 2015-11-08 17:30:09 -0800
  • 8208714c1b adds accidental removal of section back Austin Riendeau 2015-11-07 18:40:11 -0700
  • d4c0084f5d changes README to have go code ran through gofmt Austin Riendeau 2015-11-07 18:37:52 -0700
  • 1e1d5137bf Correct Go release version in Travis config (1.5.2) Bjørn Erik Pedersen 2015-11-08 21:29:02 +0100
  • 5144a3aa19 add a flag to disable autogen tag in man and markdown generators Austin Riendeau 2015-11-07 18:21:25 -0700
  • e5762054c9 Limit the verbose test workaround to "cobra.test" only Anthony Fok 2015-11-07 23:21:50 -0700
  • 62e859a9ed fixes verbose tests by checking if the first arg belongs to cobra Austin Riendeau 2015-11-07 11:42:13 -0700
  • 0e4c02d9cb Restore bash completion behaviour for bash 4.x Anthony Fok 2015-11-07 04:33:18 -0700
  • 5c40aa85ca verbose testing on travis spf13 2015-11-06 11:10:10 -0500
  • 2a6ed7a106 utilize filepath.Join liberally spf13 2015-11-06 11:08:12 -0500
  • 1d9d665f6f improving project path guessing spf13 2015-11-06 10:44:59 -0500
  • bc980b80a1 adds alternative error handling to readme Austin Riendeau 2015-10-26 22:39:06 -0600
  • 7290a944e4 Allow marking persistent flags as required or filename Fabiano Franz 2015-11-04 14:42:43 -0500
  • dab963a797 Persistent flags should also be used in completions Fabiano Franz 2015-11-04 14:40:11 -0500
  • 5c3dc12a87 README: correct name of rkt project Jonathan Boulle 2015-11-06 11:00:25 +0100
  • 2e6a428921 Merge pull request #179 from eparis/init_comp Eric Paris 2015-11-03 15:41:40 -0500
  • 57c62d3180 Merge pull request #173 from jojomi/master Eric Paris 2015-11-03 15:29:33 -0500
  • 9199ed1e52 Merge pull request #178 from mattnenterprise/completions-osx Eric Paris 2015-11-03 15:28:50 -0500
  • 428babeb31 Modifying bash completions so they can run on OSX Matt McCoy 2015-11-03 13:31:28 -0500
  • 58e38f95da Check for _init_completion not_init_completionS Eric Paris 2015-11-03 15:09:37 -0500
  • a22f212832 Add clearer demo gif Steve Francia 2015-11-03 10:07:00 -0500
  • a082ce41f3 Merge pull request #174 from jbowes/fix-duplicate-usage Eric Paris 2015-11-02 14:27:52 -0500
  • 4f44cb7a62 Add demo gif to readme Steve Francia 2015-11-02 10:55:33 -0500
  • ae5c01791c Add logo to readme Steve Francia 2015-11-02 10:53:04 -0500
  • 9bd7cfaa66 Fix bug where project name isn't properly detected spf13 2015-10-31 22:04:55 -0400
  • 871b0edae2 Ensure the usage command is printed only once James Bowes 2015-10-31 10:22:19 -0300
  • 5fa86d5a21 Update README.md jojomi 2015-10-30 22:01:50 +0100
  • 24562666ea Merge pull request #172 from tamird/patch-1 Eric Paris 2015-10-29 15:18:41 -0500
  • e6d130ddfc README: fix CockroachDB typo Tamir Duberstein 2015-10-29 15:31:43 -0400
  • 2ab15e2b40 Add popular users and feature list to readme Steve Francia 2015-10-29 13:14:06 -0400