Commit graph

  • 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
  • 97cc84b0e4 Add flaghash to bash_completion to keep flag value Kenjiro Nakayama 2015-12-06 02:57:45 +0900
  • f6251f5f3d always show help if requested, even if SilenceErrors is enabled Sascha Holzleiter 2015-12-03 14:58:31 +0100
  • 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
  • 8ec63a6ebe Ugly fix for filepath.IsAbs not playing nicely with windows Jared Bydeley 2015-11-23 23:34:19 -0500
  • e97dbc5a21 Fixed tests for how they are run Jared Bydeley 2015-11-23 23:19:22 -0500
  • 1057f75af9 Fixed import path issue on Windows Jared Bydeley 2015-11-23 22:46:26 -0500
  • 193b182195 Issue #195: Compile mousetrap only on Windows Frank Schroeder 2015-11-24 00:19:32 +0100
  • 90aa777933 Issue #195: Move doc generation into separate pkg Frank Schroeder 2015-11-24 00:19:16 +0100
  • 05c7688045 Merge 7dabd59186 into b167d9beaa Christoph Görn 2015-11-23 18:51:28 +0000
  • b167d9beaa add GNU GPL3 as a license Christoph Görn 2015-11-23 10:39:02 +0100
  • 7dabd59186
    add GNU GPL3 as a license Christoph Görn 2015-11-23 10:39:02 +0100
  • b0ace35ce7 Improve Cobra Generator’s licensing helper Anthony Fok 2015-11-20 16:42:37 -0700
  • 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
  • 72c36dfd40 Merge 696cf24e8f into 6efbf0b624 Greg Osuri 2015-11-09 16:49:51 +0000
  • 6efbf0b624 README: added cmdns extension Greg Osuri 2015-11-08 17:30:09 -0800
  • b498492200 Merge 840ff8ab04 into 8208714c1b Austin Riendeau 2015-11-09 16:49:10 +0000
  • 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
  • 696cf24e8f README: added cmdns extension Greg Osuri 2015-11-08 17:30:09 -0800
  • 1e1d5137bf Correct Go release version in Travis config (1.5.2) Bjørn Erik Pedersen 2015-11-08 21:29:02 +0100
  • d7af28b537 Merge cbd1914f28 into 5144a3aa19 Austin Riendeau 2015-11-08 14:59:20 +0000
  • 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
  • 72b9ac7510 Merge 36ad142ac1 into 62e859a9ed Austin Riendeau 2015-11-08 05:37:13 +0000
  • 36ad142ac1 changes to contains rather than equality Austin Riendeau 2015-11-07 22:36:42 -0700
  • 840ff8ab04 adds accidental removal of section back Austin Riendeau 2015-11-07 18:40:11 -0700
  • 277ada5698 changes README to have go code ran through gofmt Austin Riendeau 2015-11-07 18:37:52 -0700
  • cbd1914f28 adds a flag to disable autogen tag at the bottom of man and markdown generators. Inherits from parent commands all the way to root Austin Riendeau 2015-11-07 18:21:25 -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
  • caa4efd4ac Merge 028f9e5eb8 into bc980b80a1 Austin Riendeau 2015-11-06 13:44:39 +0000
  • bc980b80a1 adds alternative error handling to readme Austin Riendeau 2015-10-26 22:39:06 -0600
  • 9cbadce2b3 Merge a4ca610477 into 7290a944e4 Fabiano Franz 2015-11-06 13:43:18 +0000
  • 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
  • 0653208bd9 Merge a9ca659d8b into 5c3dc12a87 Jonathan Boulle 2015-11-06 13:42:28 +0000
  • 5c3dc12a87 README: correct name of rkt project Jonathan Boulle 2015-11-06 11:00:25 +0100
  • a9ca659d8b README: correct name of rkt project Jonathan Boulle 2015-11-06 11:00:25 +0100
  • a4ca610477 Allow marking persistent flags as required or filename Fabiano Franz 2015-11-04 14:42:43 -0500
  • 8fc369c700 Persistent flags should also be used in completions Fabiano Franz 2015-11-04 14:40:11 -0500
  • 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
  • d1a1bb33e2 Merge a1d9c43c70 into a22f212832 Matt McCoy 2015-11-03 18:34:12 +0000
  • a1d9c43c70 Modifying bash completions so they can run on OSX Matt McCoy 2015-11-03 13:31:28 -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
  • 8377361429 Add extra feedback on successful initialization spf13 2015-10-28 13:45:33 -0400
  • 4f2eaa858f removing some extra prints spf13 2015-10-28 13:45:08 -0400
  • a7defd47ef add add command functionality to cobra spf13 2015-10-28 13:43:58 -0400
  • ea5bc31ac4 Add cobra generator application spf13 2015-10-28 12:51:48 -0400
  • 028f9e5eb8 adds alternative error handling to readme Austin Riendeau 2015-10-26 22:39:06 -0600
  • 230787ee13 Merge pull request #169 from apriendeau/silence-errors Eric Paris 2015-10-26 19:12:39 -0500
  • 2244c3923a [silence-errors]: adds comments around code Austin Riendeau 2015-10-26 17:42:06 -0600
  • 4729b374ae [silence-errors]: adds Silence Usage Austin Riendeau 2015-10-26 17:38:08 -0600
  • 03aabcda72 adds inheritance for SilenceErrors Austin Riendeau 2015-10-25 21:17:39 -0600
  • f6e1a2df92 [silence-errors]: -m adds a way for errors to silenced down the stack Austin Riendeau 2015-10-25 19:58:53 -0600
  • 98450c4983 Merge f03a2c5110 into 8b2293c741 Bjørn Erik Pedersen 2015-10-17 17:28:26 +0000
  • f03a2c5110 Silence some usage and error logging in Execute Bjørn Erik Pedersen 2015-10-17 19:22:43 +0200
  • cf78e6361a Merge ff4a381d80 into 8b2293c741 Austin Riendeau 2015-10-15 13:53:47 +0000
  • 8447c13a65 Merge 2a7500618c into 8b2293c741 António Meireles 2015-10-13 22:51:40 +0000
  • 8b2293c741 Merge pull request #167 from siddharthist/docs/ArgsLenAtDash Eric Paris 2015-10-13 17:51:39 -0500
  • c4d6dbe059 Added documentation for ArgsLenAtDash siddharthist 2015-10-13 15:37:14 -0700
  • d732ab3a34 Merge pull request #164 from vikstrous/fix_bug Eric Paris 2015-09-30 09:31:26 -0400