Commit graph

  • 8e081ca4ed
    add fish completion basics to cobra. Tim Reddehase 2018-09-25 10:22:55 +0200
  • 22d125a408 Add DisableHelpSubCommand option Joe Richey 2019-05-16 22:36:57 -0700
  • ada5eb9754 Add config to prevent addition of copyright notice Joe Richey 2019-05-16 20:27:05 -0700
  • 558b01866a
    fixing linter issues Juan Leni 2019-05-15 18:53:39 +0200
  • 4d52f3f718
    considering stderr in UsageString Juan Leni 2019-05-15 18:49:16 +0200
  • 2ec71fa11b
    Changed default usage command to just "help" Albert Vaca 2019-05-14 14:19:23 +0200
  • 35a358472c remove unused struct fields Joshua Harshman 2019-05-07 11:22:21 -0600
  • 2d154be39b clean up testproject files after test executes jharshman 2019-01-30 20:09:57 -0800
  • 13d61ebee5 test add jharshman 2019-01-30 19:47:38 -0800
  • 019a89122c vgo - strip out unused methods jharshman 2019-01-30 01:49:57 -0800
  • 9c84eaa34a remove commented field in struct jharshman 2019-01-30 01:45:15 -0800
  • 061ac40460 vgo - add command working jharshman 2019-01-30 01:44:39 -0800
  • b5119a8266 fix duplicated dir jharshman 2019-01-30 01:38:24 -0800
  • 0edf725de7 depricate package name flag jharshman 2019-01-30 01:37:10 -0800
  • 6d31298f7a reorder some operations jharshman 2019-01-30 01:34:31 -0800
  • a18c744d3b vgo - trim some uneeded data from struct jharshman 2019-01-30 01:33:04 -0800
  • 6403965050 vgo - fixing up the add op to work with vgo jharshman 2019-01-30 01:24:26 -0800
  • 8ca19e8661 add CommandTemplate jharshman 2019-01-30 00:58:29 -0800
  • 1ccdc3996e vgo - update golden templates jharshman 2019-01-30 00:46:53 -0800
  • df9dd74fa1 vgo - compare generated files against golden files jharshman 2019-01-30 00:33:51 -0800
  • 2706a1c924 vgo - take named directory or current wd jharshman 2019-01-30 00:20:25 -0800
  • feb8de7762 vgo - add todo jharshman 2019-01-30 00:02:51 -0800
  • 0c2759178a simplify test jharshman 2019-01-29 23:41:41 -0800
  • 5771947b2f vgo - remove unused methods jharshman 2019-01-29 20:35:27 -0800
  • 6080b96e80 vgo - fix format jharshman 2019-01-29 20:28:47 -0800
  • 3b1a457f1f fix calling to createLicenseFile jharshman 2019-01-29 20:27:46 -0800
  • 7da993a93c remove commented code jharshman 2019-01-29 20:26:08 -0800
  • e5b5fab991 vgo - generate license jharshman 2019-01-29 20:25:38 -0800
  • 5a88abf480 vgo - add Create method to Project struct jharshman 2019-01-29 19:34:11 -0800
  • cdf9a77e5e vgo - create directory jharshman 2019-01-29 19:11:26 -0800
  • f3ea814bc1 fixing up templates more jharshman 2019-01-29 01:19:08 -0800
  • 2ab82d1911 vgo - fixing up the root template jharshman 2019-01-29 01:07:11 -0800
  • d9b54e814e add .idea/* to gitignore jharshman 2019-01-29 00:48:25 -0800
  • b3e76f81f5 vgo-support - re-working code generator jharshman 2019-01-29 00:46:54 -0800
  • 93f9eeb535
    Add tendermint and cosmos-sdk to the list of projects using cobra Alessio Treglia 2019-05-02 17:24:15 +0100
  • 2bd35aa49d
    Add tests Alessio Treglia 2019-04-30 18:41:56 +0100
  • 0bc69e7291
    Deprecate and maintain backwards compatibility Juan Leni 2019-02-13 06:32:16 +0100
  • 3b830e6362
    Allow for explicit output to err/stderr Juan Leni 2019-02-11 16:06:55 +0100
  • d4fdebeba2
    Fixed linter issues Juan Leni 2019-02-11 08:22:54 +0100
  • daf3ced828
    Extending redirection to stdout, stderr, stdin Juan Leni 2019-02-11 07:10:59 +0100
  • 1fd3f51cc5 Add markdown file explaining support for PowerShell Jan Kuehle 2018-12-17 23:20:45 +0000
  • 0c8cc50fa8 Add basic PowerShell completions Jan Kuehle 2018-12-17 23:01:34 +0000
  • 9d6c9b61b0 Add gardenctl to projects build using Cobra ialidzhikov 2019-04-14 21:35:42 +0300
  • 97032908c6 Return nil error in validateRequiredFlags when help command Marco Davalos 2019-03-28 17:56:37 +0100
  • 0a20c1e0ec add: user defined error function dannypsnl 2019-03-28 17:48:04 +0800
  • 67fc4837d2 added variable to allow configuration of mousetrap message duration (#809) v0.0.4 Willi Eggeling 2019-03-21 01:05:52 +0100
  • 5755ecf102 [TrivialPatches] Typos in README.md, fix and update CI, update projects list... (#840) umarcor 2019-03-20 22:21:26 +0100
  • 37c2ef05ae use kyoh86/richgo to provide colored test outputs umarcor 2019-03-19 19:49:03 +0100
  • c0ff9f1c25 fix: convert CRLF to LF when comparing files umarcor 2019-03-18 21:12:13 +0100
  • 7a5404953c chore: update viper to v1.3.2 and go-md2man to v1.0.10 umarcor 2019-03-18 20:39:21 +0100
  • 685e640f2e update(README.md): separate projects by commas, instead of using a list umarcor 2019-03-18 20:12:38 +0100
  • 09c3b19b95 add mattermost-server as a project built with Cobra (#824) joshuabezaleel 2019-02-13 22:33:44 +0700
  • ccef21e036 add uber/prototool as a project built with Cobra (#831) Peter Edge 2019-03-08 12:30:34 -0500
  • 1bc7f67dee add istio to the list of projects built with Cobra (#786) praveensastry 2018-11-12 10:01:11 +1100
  • 6da1f4abcb chore(travis): update shellcheck-docker to v0.6.0 (#839) umarcor 2019-03-18 17:39:45 +0100
  • 9a856c2701 chore(travis): use language configuration list instead of explicit entries in matrix.include (#839) umarcor 2019-03-18 17:25:53 +0100
  • 1820a06c59 chore(travis): move 'diff' job to separate stage in Travis (#839) umarcor 2019-03-18 17:23:22 +0100
  • ee67eb4422 add go.mod and go.sum (#833) Peter Edge 2019-03-08 12:40:41 -0500
  • bbec970304 fix(ci): use go vet, update to Go 1.12, update shellcheck to v0.4.6 (#832) Peter Edge 2019-03-08 12:35:27 -0500
  • d1e8e8b3c0 update README.md (#826) linzhaoming 2019-02-17 14:57:17 +0800
  • 5e9ccc4d64 remove redundant 'else' (#806) Sergey 2019-01-11 00:03:21 +0500
  • 7bab206a70 command: fix typo in docstring of InheritedFlags (#779) Indradhanush Gupta 2018-10-30 13:54:56 -0700
  • 0a6c06ed0b specify the color as the required arg (#777) jay vyas 2018-10-27 09:20:53 -0400
  • 10db418b0a update Example in README.md (#769) Arief Rahmansyah 2018-10-18 23:31:18 +0800
  • c6f4fd9ec0 chore(travis): update shellcheck-docker to v0.6.0 umarcor 2019-03-18 17:39:45 +0100
  • a7af3e26ad feat(travis): run tests agains go 1.12.x umarcor 2019-03-18 17:02:32 +0100
  • 8cc3a504e7 chore(travis): use language configuration list instead of explicit entries in matrix.include umarcor 2019-03-18 17:25:53 +0100
  • 2a2175e903 chore(travis): move 'diff' job to separate stage in Travis umarcor 2019-03-18 17:23:22 +0100
  • ce89e15071 fix(travis): execute 'go vet' instead of 'go tool vet' umarcor 2019-03-18 17:22:28 +0100
  • ba1052d4cb Fix two word flags (#807) Daisuke Taniwaki 2019-03-11 21:55:09 +0900
  • a82a3f5916 Add go.mod and go.sum Peter Edge 2019-03-08 12:40:41 -0500
  • 1b9ca31bc5 Fix CI to use go vet and update to Go 1.12 Peter Edge 2019-03-08 12:35:27 -0500
  • effd981d5b Add Prototool as a project built with Cobra Peter Edge 2019-03-08 12:30:34 -0500
  • 410fe1a254 Derive zsh completion from bash completion Cornelius Weig 2019-02-23 00:59:59 +0100
  • 12d6bd86cf Merge tag '0.0.6' into develop Brian Meyers 2019-02-22 15:52:26 -0500
  • 01e6d77711
    Merge pull request #6 from OneCloudInc/release-0.0.6 Brian Meyers 2019-02-22 15:52:12 -0500
  • 5cecced576 Use RunE Brian Meyers 2019-02-22 15:51:50 -0500
  • b549b4ca19 Merge tag '0.0.5' into develop Brian Meyers 2019-02-22 14:20:44 -0500
  • e4569a214a
    Merge pull request #5 from OneCloudInc/release-0.0.5 Brian Meyers 2019-02-22 14:20:26 -0500
  • 96868d8f05 Only change the CLI tool to use OneCloudInc Brian Meyers 2019-02-22 14:20:00 -0500
  • 8b91f1a653 Merge tag '0.0.4' into develop Brian Meyers 2019-02-22 13:43:40 -0500
  • fe83a627d2
    Merge pull request #4 from OneCloudInc/release-0.0.4 Brian Meyers 2019-02-22 13:43:17 -0500
  • 4b2965f3d6 Fixed tests and added dep Brian Meyers 2019-02-22 13:38:36 -0500
  • 65c085b0b3
    Merge pull request #1 from OneCloudInc/feature-oc-generator Brian Meyers 2019-02-22 13:20:29 -0500
  • b3a45b8407 Allow both persistent and local flags for root vs command. Removed default viper. Allow flags to be set on the rootCmd as well. Brian Meyers 2019-02-22 13:19:46 -0500
  • bcc54ae73f Custom generator that will generate arguments and flags right from the command line Brian Meyers 2019-02-22 13:06:52 -0500
  • 9224a9a8f3 Rename packages to use OneCloud Brian Meyers 2019-02-22 12:58:38 -0500
  • a953d2898e Merge remote-tracking branch 'upstream/master' into required_flags_func @brxd 2019-02-19 09:12:52 -0700
  • 562fec2fa8
    Update README.md linzhaoming 2019-02-17 14:57:17 +0800
  • 51107bf5ae Adding Mattermost as Go project that is built using Cobra joshuabezaleel 2019-02-13 22:33:44 +0700
  • 4eb5e0aeba Fix error formatting based on best practices from Code Review Comments CodeLingo Bot 2019-02-05 05:45:16 +0000
  • 20a9b1acef Merge branch 'master' of github.com:spf13/cobra into custom-help-verb Chase Hutchins 2019-01-24 14:27:10 -0700
  • bd50896c8d Merge branch 'custom-help-verb' of github.com:syntaqx/cobra into custom-help-verb Chase Hutchins 2019-01-24 14:02:32 -0700
  • 346dd1da26 undo fmt Chase Hutchins 2019-01-24 14:02:26 -0700
  • 9422ae6567 fmt even though I didnt touch this? Chase Hutchins 2019-01-24 13:58:49 -0700
  • 64bd4318af move helpverb default higher in the execute stack Chase Hutchins 2019-01-24 13:56:59 -0700
  • 191297c568 allow for a word other than "help" for the help command and flag Chase Hutchins 2019-01-24 13:51:50 -0700
  • c7fb68aecc fixed typo in cobra readme artlovan 2019-01-17 21:31:16 -0500
  • f334702cb2
    added variable to allow configuration of mousetrap message duration Willi Eggeling 2019-01-14 12:12:07 +0100
  • b0588529e0
    Fix two word flags Daisuke Taniwaki 2019-01-13 00:56:19 +0900