Commit Graph

  • a599632379
    Fix install command (#1576) Shyim 2022-02-17 18:17:44 +0100
  • 7cabfeb8f8
    Update Go Doc link and badge (#1593) Marian Steinbach 2022-02-16 23:17:17 +0100
  • e04ec72550
    Bump license year to 2022 in golden files (#1575) J.R. Hill 2022-01-06 12:58:09 -0800
  • cb9d7b1cec
    Bump github.com/spf13/viper from 1.10.0 to 1.10.1 (#1567) dependabot[bot] 2021-12-20 21:00:40 -0700
  • 178edbb247
    Bump github.com/spf13/viper from 1.9.0 to 1.10.0 (#1561) v1.3.0 dependabot[bot] 2021-12-14 11:22:51 -0700
  • 9054739e08
    Remove __complete cmd for program without subcmds (#1563) Marc Khouzam 2021-12-14 13:22:22 -0500
  • 19c9c74384
    Always include the os package import when generating the root command (#1557) John McBride 2021-12-09 14:47:27 -0700
  • 01e05b8ea1
    Bump github.com/spf13/viper from 1.8.1 to 1.9.0 (#1554) dependabot[bot] 2021-12-08 11:56:37 -0700
  • 36bff0a4d5
    fix root.go.golden (#1552) Unai Martinez-Corral 2021-12-07 23:24:06 +0000
  • 1854bb5c96
    Fix some typos (mostly found by codespell) (#1514) Stefan Weil 2021-12-08 00:06:52 +0100
  • ff2c55e323
    chore(ci): use golangci-lint-action (#1477) Matthieu MOREL 2021-12-08 00:06:09 +0100
  • 1beb476da9
    fix: Duplicate error message from cobra init boilerplates (#1463) ANGkeith 2021-12-08 07:03:24 +0800
  • 6f84ef4875
    Provide option to hide default 'completion' cmd (#1541) Marc Khouzam 2021-12-07 18:02:02 -0500
  • ee75a2b1ed
    Remove trailing spaces from bash completion command description (#1520) meyermarcel 2021-12-08 00:01:22 +0100
  • 25bab5a398
    Fix invalid shell completion when used with ~/.cobra.yaml (#1510) darklore 2021-12-08 08:00:50 +0900
  • 3fed3ef5ad
    Support different bash completion options (#1509) Marc Khouzam 2021-12-07 17:59:41 -0500
  • 507caf5ac8
    completions: fix mixed tab/spaces indentation (#1473) Sebastiaan van Stijn 2021-12-07 23:57:57 +0100
  • c7a4421715
    fix: typo in {bash,zsh}_completions.go (#1459) favonia 2021-12-07 16:53:38 -0600
  • c3573e220c
    Completion: Capitalize short desc, and remove extra space from long (#1455) Frank Chiarulli Jr 2021-12-07 17:52:50 -0500
  • dd40ab071f
    feat: improve completions help formatting (#1444) Carlos Alexandro Becker 2021-12-07 19:51:48 -0300
  • d298d79e6a
    Update shell_completions.md to have automatically rootcmd (#1372) Ron Green 2021-12-08 00:46:48 +0200
  • 6f19fa9f61
    fix: unbound variables in bash completion (#1321) Eden Tsai 2021-12-08 06:44:39 +0800
  • d65ba125a3
    github: add dependabot configuration file (#1427) Unai Martinez-Corral 2021-12-07 22:41:10 +0000
  • 45e521ea93
    enable composing PositionalArgs (#896) Nelz 2021-12-07 14:38:00 -0800
  • 9e1d6f1c2a
    args_test: add helper functions (#1426) Unai Martinez-Corral 2021-11-16 22:20:18 +0000
  • 62a72cdd0f
    fix(diff): use arg '--strip-trailing-cr' (#949) Unai Martinez-Corral 2021-11-16 22:17:12 +0000
  • 442031e4ff
    Allow specifying licenses using their SPDX identifier (#1159) Yann Soubeyrand 2021-11-15 21:39:40 +0100
  • 78969f9c81
    Remove "Lesser" from header for GPL-2.0 template (#880) Steve Winslow 2021-11-15 15:33:16 -0500
  • 3c84bf8704
    Small correction in User Guide (#1009) Nickolas Kraus 2021-11-15 14:26:11 -0600
  • 3ba5f15ba7
    Projects using cobra update (#1454) Unai Martinez-Corral 2021-11-15 20:21:07 +0000
  • bfacc59f62 Addressing typos identified by @marckhouzam Steve Francia 2021-11-02 15:36:17 -0400
  • 26825627c2 Simplifying goGet function Steve Francia 2021-07-02 11:01:58 -0400
  • cf87fc4e30 Updating generator documentation and links Steve Francia 2021-07-02 10:58:34 -0400
  • c97b7ece0b Update documentation to reflect the module aware generator Steve Francia 2021-07-01 18:22:36 -0400
  • 9388e79fb4 Cobra generator now works within Go modules Steve Francia 2021-07-01 17:47:45 -0400
  • c9edb78acc Change generator default license to none Steve Francia 2021-07-01 17:45:46 -0400
  • dcf42b25f7 Change generator to require opting in to viper. Steve Francia 2021-07-01 17:40:39 -0400
  • c0dd5cdef5 Removing unused imports when not using Viper Steve Francia 2021-07-01 17:16:39 -0400
  • f09e947637
    readme: remove ToC, since it's now shown by GitHub (#1429) Unai Martinez-Corral 2021-11-02 15:10:14 +0000
  • d2c0cb310d
    DisableFlagParsing must disable flag completion (#1161) Marc Khouzam 2021-11-01 15:01:33 -0400
  • c1973d31bf
    Update projects-using markdown with Tanzu (#1501) John McBride 2021-10-04 14:58:08 -0600
  • 4fd30b69ee
    ci: test golang 1.16.x and 1.17.x too (#1425) Unai Martinez-Corral 2021-08-26 04:18:53 +0100
  • 2a5277810f
    go.mod: cpuguy83/go-md2man/v2 v2.0.1 (#1460) Sebastiaan van Stijn 2021-08-05 19:08:25 +0200
  • 56060d19f8
    Add Meroxa CLI (#1377) Raúl Barroso 2021-08-02 16:19:25 +0200
  • de187e874d
    Fix flag completion (#1438) v1.2.1 Paul Holzinger 2021-07-02 17:25:47 +0200
  • 07861c800d
    Fix documentation (#1434) v1.2.0 Marc Khouzam 2021-07-01 11:49:30 -0400
  • 5738d6b72d
    Add install instructions for zsh on Mac OS (#1417) Kyle Lemons 2021-07-01 08:49:12 -0700
  • 5d46ac904d
    custom comp: do not complete flags after args when interspersed is false (#1308) Paul Holzinger 2021-07-01 17:47:10 +0200
  • 3c8a19ecd3
    fix RegisterFlagCompletionFunc concurrent map writes error (#1423) silenceshell 2021-07-01 05:49:30 +0800
  • 2dea4f2ef3
    Bump to viper 1.8.1 (#1433) John McBride 2021-06-30 15:45:46 -0600
  • b36196066e
    Bash completion V2 with completion descriptions (#1146) Marc Khouzam 2021-06-30 17:24:58 -0400
  • d0f318d45b ci: deprecate Travis CI umarcor 2021-06-30 22:15:35 +0200
  • 8eaca5f0f4 drop mitchellh/go-homedir (#853) umarcor 2019-06-07 21:48:51 +0200
  • ace6b14345 readme: split 'Getting Started' into 'user_guide.md' umarcor 2021-06-29 06:51:57 +0200
  • 701fa6c2be chore(deps): update viper Mark Sagi-Kazar 2021-06-16 03:46:03 +0200
  • 9a432671fd
    fix home directory config not loading (#1282) Rob Playford 2021-06-16 02:52:13 +0100
  • 4590150168
    Correcting misspelled words (#1349) tamo 2021-05-11 08:19:33 +0900
  • c2e21bdc10
    Fix multiple fish completion issues (#1249) Marc Khouzam 2021-05-03 14:00:01 -0400
  • 95d23d24ff
    Fix zsh for DirectiveNoSpace and DirectiveNoFileComp (#1213) Marc Khouzam 2021-05-03 12:54:00 -0400
  • 2d94892a8b
    Custom completion handle multiple shorhand flags together (#1258) Paul Holzinger 2021-05-03 18:42:00 +0200
  • 6d00909120
    Pass context to completion (#1265) Lukas Malkmus 2021-05-03 18:33:57 +0200
  • 7223a997c8
    powershell completion fix no file comp directive (#1363) Paul Holzinger 2021-05-03 18:25:30 +0200
  • 06e4b59b20
    Allow fish comp to support trailing empty lines (#1284) Marc Khouzam 2021-05-03 12:23:34 -0400
  • 3ed6a394b6
    ci/MSYS2: go install @latest (#1366) Unai Martinez-Corral 2021-05-03 18:08:39 +0200
  • eb3b6397b1
    Bash completion variable leak fixes (#1352) Ville Skyttä 2021-02-18 17:26:03 +0200
  • b55fa79836
    Add PR labeler with pull_request_target (#1338) John McBride 2021-02-15 10:48:09 -0700
  • b312f0a8ef
    Create 'completion' command automatically (#1192) Marc Khouzam 2021-02-15 12:47:01 -0500
  • ded486a867
    Fix trailing whitespace in the powershell completion script (#1342) Paul Holzinger 2021-02-14 18:27:21 +0100
  • 8380ddd313
    Fix typo v1.1.3 Anthony Fok 2021-02-10 12:40:59 -0700
  • 893ebf6e36
    Fix typo Anthony Fok 2021-02-10 12:40:59 -0700
  • 43d0bfcfbb
    Update CHANGELOG.md for v1.1.3 Anthony Fok 2021-02-10 12:35:57 -0700
  • be1efc850f
    Update CHANGELOG.md for v1.1.3 Anthony Fok 2021-02-10 12:35:57 -0700
  • db3e175616
    Revert "Deprecate Go < 1.14 (#1323)" to maintain v1.1 branch compatibility Anthony Fok 2021-02-10 12:22:10 -0700
  • 7f95502478
    Update CHANGELOG.md for v1.1.2 v1.1.2 Anthony Fok 2021-02-09 18:39:00 -0700
  • 07445ea179
    Copyedit shell-completion related documentation Anthony Fok 2021-02-09 14:08:42 -0700
  • b73b344b63
    ci: add GitHub Actions workflow 'Test' (#1339) Unai Martinez-Corral 2021-02-09 15:48:59 +0000
  • 652c755d37
    Use golangci-lint (#1044) Unai Martinez-Corral 2021-02-08 00:08:50 +0000
  • 1d71ff0270
    Deprecate Go < 1.14 (#1323) Joshua Harshman 2021-02-01 15:59:47 -0700
  • 1135bdeceb
    Update gopkg.in/yaml.v2 to v2.4.0 Anthony Fok 2021-02-01 12:44:33 -0700
  • 9df156e6d1
    Cobra User Contract (#1292) Joshua Harshman 2021-01-26 10:55:24 -0700
  • ff416ad438
    Revert "Add the ability to specify a filePostpender in GenMarkdownTreeCustom (#1270)" (#1317) John McBride 2021-01-23 16:05:55 -0700
  • 23a6174c7f
    Add the ability to specify a filePostpender in GenMarkdownTreeCustom (#1270) Joon-Ho Son 2021-01-21 03:33:16 +0000
  • 4384b91fb4
    Bump license year to 2021 in golden files (#1309) Maxime Bury 2021-01-16 17:41:43 -0800
  • a4ab3fa09e
    powershell completion with custom comp (#1208) Paul Holzinger 2020-12-29 15:57:32 +0100
  • 471c9ac367
    Add the new Twitch CLI to to projects_using_cobra.md (#1301) Jon Love 2020-12-29 09:39:22 -0500
  • 7df62f7668
    fix typos (#1274) namusyaka 2020-12-05 04:34:11 +0900
  • 39b5a91b20
    README.md Readability Improvements (#1228) zaataylor 2020-12-04 14:15:09 -0500
  • 08c51e585c
    Add ORY Hydra & Kratos to projects_using_cobra.md (#1273) Vincent 2020-11-10 00:46:15 +0100
  • 86f8bfd7fe
    fix manpage building with new go-md2man (#1255) v1.1.1 Sascha Steinbiss 2020-10-18 20:59:26 +0200
  • f32f4ef15b
    Don't use yaml.v2 2.3.0 which has a breaking change (#1259) Marc Khouzam 2020-10-18 14:50:48 -0400
  • 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
  • b97b5ead31
    fix: fish output redirection (#1247) Matej Vasek 2020-10-06 05:54:06 +0200
  • f64bfa1e08
    Fix zsh completion not working on the first time in a shell session (#1237) midchildan 2020-10-04 10:25:07 +0900
  • 40d34bca1b
    Fix stderr printing functions (#894) Alessio Treglia 2020-10-01 17:28:00 +0200
  • 0bc8bfbe59
    Remove secondary go mod to prevent broken `go get` (#1233) John McBride 2020-09-23 16:26:21 -0600
  • 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