Commit graph

  • f32f4ef15b
    Don't use yaml.v2 2.3.0 which has a breaking change (#1259) Marc Khouzam 2020-10-18 14:50:48 -0400
  • 579d8fcf11 Don't use yaml.v2 2.3.0 which has a breaking change Marc Khouzam 2020-10-15 21:45:59 -0400
  • bd4a51437b Tentative fix for .TH section of generated man page (#1049) Arnaud Rebillout 2020-10-15 10:29:54 +0700
  • 1ffb9c0a9e fix manpage building with new go-md2man Sascha Steinbiss 2020-10-14 20:53:14 +0200
  • 142dfb15a8
    Add example for making persistent flags required (#1135) v1.1.0 Adam Demuri 2020-10-14 09:53:09 -0600
  • 723d0c36fc
    Add tendermint and cosmos-sdk to the list of projects using cobra (#855) Alessio Treglia 2020-10-14 16:51:35 +0100
  • 3d91674137
    Add Ttendermint and Cosmos SDK Alessio Treglia 2020-10-06 21:02:41 +0100
  • 0757c3fced
    Merge branch 'master' into add-cosmos-sdk-to-projects-using-cobra Alessio Treglia 2020-10-06 21:00:35 +0100
  • b97b5ead31
    fix: fish output redirection (#1247) Matej Vasek 2020-10-06 05:54:06 +0200
  • 9e77b2f1c2 fix: fish output redirection Matej Vasek 2020-10-05 19:59:16 +0200
  • 75499b99cb Improving the required flags error by using the pluralize util Nestor Oprysk 2020-09-03 17:54:24 +0300
  • f64bfa1e08
    Fix zsh completion not working on the first time in a shell session (#1237) midchildan 2020-10-04 10:25:07 +0900
  • f9ea39e079 use golangci-lint and GitHub Actions (#876) (#968) (#1044) umarcor 2019-06-07 20:22:07 +0200
  • 8cda4f683c add MatchAll: enable composing PositionalArgs (#896) Nelz 2019-06-28 14:47:35 -0700
  • 25aba08852 fix(diff): use arg '--strip-trailing-cr' (#949) umarcor 2019-09-05 12:20:25 +0200
  • 78bf2f36fd print errors to stderr in cobra init boilerplate (#774) Brian Williams 2018-10-20 18:14:02 -0500
  • 3763012881 generalize ValidArgs; use it implicitly with any validator (#841) umarcor 2019-03-18 23:20:48 +0100
  • becc6f1076 update .gitignore: track cobra subdirectory (#936) Rodolfo Carvalho 2019-08-23 22:05:18 +0200
  • be830baac3 remove "Lesser" from header for GPL-2.0 template (#880) Steve Winslow 2019-06-10 14:36:52 -0400
  • a2734be3c2 small correction in README (#1009) NickolasHKraus 2020-01-01 07:51:03 -0600
  • 40d34bca1b
    Fix stderr printing functions (#894) Alessio Treglia 2020-10-01 17:28:00 +0200
  • 6fa56964ca
    Fix zsh completion not working on the first time in a shell session midchildan 2020-09-26 00:25:54 +0900
  • 434628acba Specify version of cobra to go get Warren Fernandes 2020-09-23 20:24:08 -0600
  • 0bc8bfbe59
    Remove secondary go mod to prevent broken go get (#1233) John McBride 2020-09-23 16:26:21 -0600
  • 4325303f66 Remove secondary go mod to prevent broken go get John McBride 2020-09-23 16:02:27 -0600
  • 6291a093ca add colors to CLI commands JulesDT 2020-09-21 19:15:06 -0400
  • 029027806b
    Merge 834a53c099 into 7f8e83d936 Pierre-Emmanuel Jacquier 2020-09-21 18:26:16 +0200
  • 7c876be765
    Merge 91783a06a4 into 7f8e83d936 Daniel Grimm 2020-09-21 11:17:33 +0200
  • ff0e8cedd9
    README.md Readability Improvements zaataylor 2020-09-16 13:44:15 -0400
  • 7f8e83d936
    Modifying "snake-case" to "kebab-case" for clarity. (#1196) Danny Hermes 2020-09-16 08:27:58 -0700
  • 8a39cb2614
    Bug fix in README (#1199) Arda Aytekin 2020-09-16 17:26:27 +0200
  • 2a8d0f327d
    Adding Kool to list of projects using cobra (#1224) Fabrício José Souza 2020-09-15 11:45:35 -0300
  • 6c06523c96
    add arduino-cli to projects using cobra (#1117) Umberto Baldi 2020-09-15 16:44:32 +0200
  • 50baad8713
    Adding Kool to list of projects using cobra Fabrício José Souza 2020-09-11 02:39:12 -0300
  • d0c57c8205 Allow specifying licenses using their SPDX identifier Yann Soubeyrand 2020-07-11 14:31:52 +0200
  • 86e2e7deab Update GPL license family texts Yann Soubeyrand 2020-07-11 14:03:49 +0200
  • 8a63648dd9
    Handle linebreaks in custom completions. (#1162) Luap99 2020-09-09 19:27:42 +0200
  • 50258f15eb
    Complete subcommands when TraverseChildren is set (#1171) Luap99 2020-09-09 17:34:51 +0200
  • b23cee0b5e
    add test case for Print* redirection Alessio Treglia 2020-09-08 13:25:21 +0100
  • f2bf99267f powershell completion with custom comp Paul Holzinger 2020-08-26 19:00:17 +0200
  • 02a0d2fbc9
    doc: GenMarkdown skip Synopsis on empty long cmd (#1207) Marc Lopez Rubio 2020-08-26 18:18:51 +0300
  • 205791486a
    doc: GenMarkdown skip Synopsis on empty long cmd Marc Lopez 2020-08-26 16:42:38 +0300
  • 77e281ddb1 expose validateRequiredFlags - rename to ValidateRequiredFlags Buk Bukowski 2020-08-25 19:29:47 +0200
  • 9ed1d713d6
    bugfix/cli: Temporary fix for go get on cobra cli (#1200) Joshua Harshman 2020-08-23 11:45:41 -0600
  • c8ee0c5a91 bugfix/cli: Temporary fix for go get on cobra cli Josh Harshman 2020-08-22 21:59:57 -0600
  • 9195218a32
    Bug fix in README Arda Aytekin 2020-08-21 23:47:23 +0200
  • 599448bbb1
    Modifying "snake-case" to "kebab-case" for clarity. Danny Hermes 2020-08-20 14:58:45 -0500
  • 8cfa4b4acf
    Add documentation for Use (#1188) Michael Muré 2020-08-18 22:14:09 +0200
  • 4950fa3f47
    Merge remote-tracking branch 'upstream/master' into fix-stderr-redirection Alessio Treglia 2020-08-17 23:47:21 +0100
  • 750b5745d1 Remove duplicate reference to main.go g1stavo 2020-08-15 12:39:07 -0300
  • 81e0311edd
    modules: add a secondary go.mod to segregate CLI dependencies (#1139) Michael Muré 2020-08-15 16:44:17 +0200
  • 817e7410e3
    modules: add a secondary go.mod to segregate CLI dependencies Michael Muré 2020-06-15 15:06:46 +0200
  • e083c8a3fd
    Add documentation for Use Michael Muré 2020-08-12 18:23:25 +0200
  • 5cdf8e26ba
    Fix typo (#1187) Michael Samoylov 2020-08-11 15:39:51 +0300
  • b4166340b6
    Fix typo Michael Samoylov 2020-08-11 15:38:08 +0300
  • a0b86e58f8
    Correct a typo in doc/util.go (#1184) Felix Yan 2020-08-11 12:17:29 +0800
  • a738b60e52
    Add CONTRIBUTING.md (#1183) Warren Fernandes 2020-08-10 22:14:21 -0600
  • aaa22b2552 Add CONTRIBUTING.md Warren Fernandes 2020-08-04 21:15:19 -0600
  • f71a91c180
    Update README.md infixint943 2020-08-06 13:37:11 +0530
  • 8ae2abe6b7
    Correct a typo in doc/util.go Felix Yan 2020-08-06 02:53:17 +0800
  • 96dc55577f
    Update projects_using_cobra.md (#1147) Erdal TAŞKESEN 2020-08-05 18:36:41 +0300
  • b59ee3b936
    Merge branch 'master' into master Erdal TAŞKESEN 2020-08-05 18:10:26 +0300
  • 0e27f22f6e
    Add slack badge to point to cobra slack channel (#1181) Warren Fernandes 2020-07-31 09:53:44 -0600
  • 7a9cf41003 Add slack badge to point to cobra slack channel Warren Fernandes 2020-07-30 22:26:06 -0600
  • a3adff60ac Complete subcommands when TraverseChildren is true in bash completion Paul Holzinger 2020-07-19 16:08:13 +0200
  • 7034e0c888 Complete subcommands when TraverseChildren is true in custom completion Paul Holzinger 2020-07-17 23:13:00 +0200
  • 0df20199ba feature: Allow short and long descriptions for cobra generator for commands Zach Loeber 2020-07-19 17:12:12 -0500
  • c6fe2d4df8
    Improve zsh completion documentation (#1169) Marc Khouzam 2020-07-19 18:02:46 -0400
  • abf5715ec9 Improve zsh completion documentation Marc Khouzam 2020-07-16 09:27:34 -0400
  • 19e41cf081
    Adding werf to projects using cobra (#1163) Dmitry Shurupov 2020-07-18 04:48:45 +0700
  • 3a09287ba2
    fix: incorrect passing of arguments to setup func Richard Case 2020-07-17 14:39:16 +0100
  • dd7754f40b
    feat: added additionalsetup hook Richard Case 2020-07-17 14:17:29 +0100
  • 5fc6b20bad Use FlagErrorFunc for required flag validation error Preetham Narayanareddy 2020-07-15 10:45:26 -0700
  • b95db644ed
    Add golangci-lint in project using cobra (#1150) Tam Mach 2020-07-15 13:12:39 +1000
  • 86f532b7ca Handle linebreaks in custom completions. Paul Holzinger 2020-07-12 17:07:15 +0200
  • 6fd41afb94 Add OnFinalize method Yann Soubeyrand 2020-07-14 19:15:52 +0200
  • 884edc58ad
    update viper and pflag (#1012) umarcor 2020-07-13 19:55:00 +0200
  • 09e281d2a4
    Adding werf to projects using cobra Dmitry Shurupov 2020-07-13 15:50:02 +0700
  • f5ce802946 Modify the logic of Command execute function Dong Gang 2020-07-13 11:34:19 +0800
  • 67c4e75ccc update viper and pflag umarcor 2019-10-02 14:58:57 +0200
  • 01ce53c87a fix(args): Correct legacyArgs logical errors Dong Gang 2020-07-11 15:38:54 +0800
  • 675ae5f5a9
    Fish does not accept - or : in vars (#1122) Marc Khouzam 2020-07-10 16:12:46 -0400
  • 5d5290759a
    Update README.md (#1154) Diana Flach 2020-07-10 22:06:59 +0200
  • 4a0b47d039
    Update README.md Diana Flach 2020-07-10 16:47:11 +0200
  • 207dc47664
    Close #1152 by upgrading yaml.v2 to v2.3.0 (#1153) Sean Prince 2020-07-10 13:32:03 +0100
  • 353e5053fd Close #1152 by upgrading yaml.v2 to v2.3.0 Sean Prince 2020-07-09 10:47:03 +0100
  • af185f8307
    Add golangci-lint in project using cobra sayboras 2020-07-01 22:35:21 +1000
  • 014899635a Further simplify and optimize the hooks logic Bart de Boer 2020-06-30 19:20:26 +0200
  • 45ac9307d4 Comment updates within the hooks code Bart de Boer 2020-06-30 16:10:22 +0200
  • ceb71b9980 Cleanup hooks that return void Bart de Boer 2020-06-30 15:56:41 +0200
  • 7b4490746a
    Update entries to match the style erdaltsksn 2020-06-30 10:10:15 +0300
  • 5782fedb5f Fish does not accept - or : in vars Marc Khouzam 2020-06-29 16:08:11 -0400
  • 2c5a0d300f
    Extend Go completions and revamp zsh comp (#1070) (#1070) Marc Khouzam 2020-06-29 15:52:14 -0400
  • a751e83932 Extend Go completions and revamp zsh comp (#1070) Marc Khouzam 2020-04-23 20:15:20 -0400
  • 1ea23354f8
    Add 'random' to projects using cobra erdaltsksn 2020-06-29 18:51:34 +0300
  • 8b45affc01
    Add 'gh-label' to projects using cobra erdaltsksn 2020-06-29 18:50:51 +0300
  • b024da48aa
    Add 'git bump' to projects using cobra erdaltsksn 2020-06-29 18:49:55 +0300
  • 2643603c96 clarify comment John Brunton 2020-06-25 14:52:58 +0100
  • 5fe64e3661 tidy comments John Brunton 2020-06-25 14:51:28 +0100
  • c4cbf54b03 add section on SetUnknownCommandErrorFunc to readme John Brunton 2020-06-25 14:45:38 +0100