Commit graph

  • ca8e3c2779
    Add Pulumi as a project using cobra (#1720) Ian Wahbe 2022-06-08 14:12:54 -0700
  • 41d4296fba Fix order Ian Wahbe 2022-06-08 12:51:48 -0700
  • c39b244870 Add Pulumi as a project using cobra Ian Wahbe 2022-06-08 12:46:00 -0700
  • 74e30b0708
    Modify brew prefix path in macOS system xuwu 2022-06-07 11:35:51 +0800
  • 37d481d4d4
    fix: Don't complete _command on zsh (#1690) Tom Payne 2022-06-05 21:45:59 +0200
  • e1ccee069d chore(deps): bump gopkg.in/yaml.v2 to v3.0.1 Dominic Evans 2022-05-30 13:37:03 +0100
  • 2ed34e6995 Removed incorrect license header. Paul Snow 2022-05-26 17:15:33 +1000
  • cd93bb8ab1
    Merge branch 'spf13:master' into add-asciidoc-documentation-generator Paul 2022-05-26 17:11:22 +1000
  • 6495e27444 add test cases Francis Nickels 2022-05-23 18:53:15 -0700
  • 2d6d8c7aec add vscode to gitignore Francis Nickels 2022-05-23 17:22:58 -0700
  • 48197dead4 add --version to the list of flags returned Francis Nickels 2022-05-23 16:46:34 -0700
  • 89ff61a542 Handle errors in built-in help command Mislav Marohnić 2022-05-23 19:31:58 +0200
  • ed27f317d7 have command.Print print to stdout and print errors and warnings to stderr Mislav Marohnić 2022-05-23 19:25:34 +0200
  • ebc4102492
    Bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 dependabot[bot] 2022-05-18 14:54:11 +0000
  • 418e75d5ff
    Bump actions/setup-go from 2 to 3 dependabot[bot] 2022-05-18 14:54:01 +0000
  • 5b11656e45
    perf(bash-v2): read directly to COMPREPLY on descriptionless short circuit (#1700) Ville Skyttä 2022-05-18 03:57:08 +0300
  • 431e14552c perf(bash-v2): read directly to COMPREPLY on descriptionless short circuit Ville Skyttä 2022-05-17 22:55:49 +0300
  • ffa8860dbe
    Change links from http:// to https:// (#1695) Andreas Deininger 2022-05-17 20:28:13 +0200
  • e1ded5cd94
    fix(bash-v2): skip empty completions when filtering descriptions (#1691) Ville Skyttä 2022-05-17 20:47:47 +0300
  • 6399f64cc2 Added asciidoc generation and associated tests. Paul Snow 2022-05-18 00:18:58 +1000
  • 0bfd1c113a yaml supports commands with slashes Jim Schubert 2022-04-23 15:46:57 -0400
  • a913e1fbab reStructuredText supports commands with slashes Jim Schubert 2022-04-23 15:38:33 -0400
  • 385a6fe2ea Manpage supports commands with slashes Jim Schubert 2022-04-23 15:27:28 -0400
  • 500d19e1c2 Markdown supports commands with slashes Jim Schubert 2022-04-23 14:59:46 -0400
  • e21b4f4fd2 Add better godoc Filipe Menezes 2022-05-16 16:43:52 +0100
  • 424b9b60da Change links from http:// to https:// Andreas Deininger 2022-05-14 02:19:53 +0200
  • 8afe9d1b56
    Bump github.com/cpuguy83/go-md2man/v2 from 2.0.1 to 2.0.2 (#1688) dependabot[bot] 2022-05-14 17:16:07 -0600
  • 25f5bb5f97
    Prefer ReplaceAll instead of Replace(..., -1) (#1530) Hugo 2022-05-14 22:10:36 +0200
  • 101498514a run either preRun or preRunE Filipe Menezes 2022-05-12 17:34:07 +0100
  • ad45c7fb08 Fix tests Filipe Menezes 2022-05-12 17:31:26 +0100
  • 81f5a281aa Add OnInitializeE Filipe Menezes 2022-05-09 18:11:52 +0100
  • 9e88759b19
    perf(bash-v2): speed up filtering menu-complete descriptions (#1692) Ville Skyttä 2022-05-04 23:23:02 +0300
  • c868d9060b
    Update man_docs_test.go Gustavo Bazan 2022-05-04 16:24:33 +0100
  • 17ef38bdd8
    PR comments Gustavo Bazan 2022-05-04 16:23:46 +0100
  • 1a875e2b74 perf(bash-v2): speed up filtering menu-complete descriptions Ville Skyttä 2022-05-04 11:33:42 +0300
  • 3e64861ebf fix(bash-v2): skip empty completions when filtering descriptions Ville Skyttä 2022-05-04 11:22:12 +0300
  • fb8031162c
    perf(bash-v2): speed up filtering entries with descriptions (#1689) Ville Skyttä 2022-05-04 04:34:55 +0300
  • 95d7df1858
    perf(bash-v2): short-circuit descriptionless candidate lists (#1686) Ville Skyttä 2022-05-04 04:16:07 +0300
  • 29a8ff61b3 fix: Don't complete _command on zsh Tom Payne 2022-05-03 23:53:04 +0200
  • ce36da4fef perf(bash-v2): speed up filtering entries with descriptions Ville Skyttä 2022-05-04 00:39:07 +0300
  • f17e5a27c9
    style(bash): out is not an array variable, do not refer to it as such (#1684) Ville Skyttä 2022-05-03 04:41:07 +0300
  • 09d6ba690f
    perf(bash-v2): standard completion optimizations (#1683) Ville Skyttä 2022-05-03 04:00:51 +0300
  • c30e76fb89
    Bump github.com/cpuguy83/go-md2man/v2 from 2.0.1 to 2.0.2 dependabot[bot] 2022-05-02 10:15:25 +0000
  • 2a4ac58fbd fix(bash-v2): copy-pasto regressions in previous commit Marc Khouzam 2022-05-01 14:26:47 +0300
  • fcf782ce7f
    Merge 24781b046a into 4f0facbcee Olivier Robardet 2022-05-01 07:30:38 +0900
  • ebdfdf3087 perf(bash-v2): short-circuit descriptionless candidate lists Ville Skyttä 2022-04-30 09:16:36 +0300
  • 94850dafa5 perf(bash-v2): standard completion optimizations Ville Skyttä 2022-04-28 23:31:36 +0300
  • 6e6f85e119 Check if a command is 'hidden' before adding length to usage Víctor Martínez Bevià 2022-04-29 10:55:10 +0200
  • 3a3cc09ddb style(bash): out is not an array variable, do not refer to it as such Ville Skyttä 2022-04-29 00:02:57 +0300
  • 4f0facbcee
    style(bash-v2): out is not an array variable, do not refer to it as such (#1681) Ville Skyttä 2022-04-28 05:27:52 +0300
  • 2722a75ba3
    perf(bash-v2): use backslash escape string expansion for tab (#1682) Ville Skyttä 2022-04-28 05:02:30 +0300
  • 300aba603d perf(bash-v2): use backslash escape string expansion for tab Ville Skyttä 2022-04-27 23:30:39 +0300
  • 82e85b59c7 style(bash-v2): out is not an array variable, do not refer to it as such Ville Skyttä 2022-04-27 23:24:38 +0300
  • d8184d3269
    Fix typo sh completion docs (#1678) Daniel Nguyen 2022-04-26 17:39:55 -0700
  • 68b3259d2d Fix typo sh completion docs Daniel Nguyen 2022-04-25 17:18:38 -0700
  • 24781b046a
    Use afero as underlying FS for manpage generation Olivier Robardet 2019-09-09 08:09:37 +0200
  • b9460ccc12
    Bump codelytv/pr-size-labeler from 1.8.0 to 1.8.1 (#1661) dependabot[bot] 2022-04-21 08:20:16 -0400
  • 89d7b832c7
    Add Polygon Edge as a project using Cobra (#1672) Miloš Živković 2022-04-20 16:23:27 +0200
  • ea78ec6f15
    Add Polygon Edge as a project using Cobra Milos Zivkovic 2022-04-20 15:44:28 +0200
  • 98e8c716ca
    Add a COMMANDS section to generated man pages Olivier Robardet 2019-08-30 10:09:12 +0200
  • 5bad1b6366 Merge tag 'v1.4.1' into develop Ryan Curtin 2022-04-18 16:57:22 -0400
  • ed2138886f
    Merge pull request #8 from OneCloudInc/hotfix-1.4.1 Ryan Curtin 2022-04-18 16:56:48 -0400
  • 4e75f5d08f Returns an early error if decryption fails Ryan Curtin 2022-04-18 16:49:51 -0400
  • 68b6b24f0c
    Add ability to mark flags as required or exclusive as a group (#1654) John Schnake 2022-04-17 16:04:57 -0500
  • c437f2ca77 Add ability to mark flags as required or exclusive as a group John Schnake 2022-04-03 14:27:40 -0500
  • 38e7fe9d4f
    ZSH completion tried to parse directive from the wrong line (it is available on the second to last line, not last line). Michael Burman 2022-04-14 12:01:21 +0300
  • bf6cb5804d
    Wrap printf tab with quotes (#1665) Paul Chesnais 2022-04-13 21:30:27 -0700
  • 8a98fea615 Wrap printf tab with quotes PapaCharlie 2022-04-12 20:05:30 -0700
  • 6cf30ea481 Do not generate docs for hidden flags Kevin Barbour 2022-04-12 12:18:08 +0200
  • 5b83e8ba06 Defined FErrorHandling constants Gauri Prasad 2022-04-11 11:55:30 -0700
  • fe9ade5260 Added an option to set custom FlagErrorHandling Gauri Prasad 2022-04-11 11:11:41 -0700
  • e53cd5b260
    Bump codelytv/pr-size-labeler from 1.8.0 to 1.8.1 dependabot[bot] 2022-04-11 10:21:44 +0000
  • 9d15fe657a
    Update stale-bot (#1609) John McBride 2022-04-08 11:46:22 -0600
  • dd9b61d842 Prefer ReplaceAll instead of Replace(..., -1) Hugo Osvaldo Barrera 2021-11-07 14:51:55 +0100
  • 5271cf4342
    ci/test: RICHGO_FORCE_COLOR (#1647) Unai Martinez-Corral 2022-03-30 01:05:24 +0100
  • ab42c937ec
    Adds size labeler GitHub action (#1610) John McBride 2022-03-29 16:56:24 -0600
  • 9babe96d5c Update stale-bot John McBride 2022-02-23 10:56:00 -0700
  • 656d301075 ci/test: RICHGO_FORCE_COLOR umarcor 2022-03-28 00:10:43 +0200
  • 52e6099aea
    Bump actions/checkout from 2 to 3 (#1619) dependabot[bot] 2022-03-26 09:50:12 -0600
  • 4a87b04ea9
    Bump actions/checkout from 2 to 3 dependabot[bot] 2022-03-25 15:46:57 +0000
  • 5414d3d45d
    Bump golangci/golangci-lint-action from 2 to 3.1.0 (#1615) dependabot[bot] 2022-03-25 09:46:21 -0600
  • cf0df73277
    Bump actions/labeler from 3 to 4 (#1620) dependabot[bot] 2022-03-25 09:45:15 -0600
  • 3723151d17
    Bump actions/cache from 2 to 3 (#1640) dependabot[bot] 2022-03-25 09:44:51 -0600
  • 1568491a09
    Bump actions/stale from 1 to 5 (#1618) dependabot[bot] 2022-03-25 09:44:32 -0600
  • 85fab497e2 Adds size labeler GitHub action John McBride 2022-02-23 11:07:19 -0700
  • d622355c84
    Changed branch name in the cobra generator link to 'main' (#1645) Neville Bokdawalla 2022-03-25 04:50:54 +0530
  • 6dfef92bcf changed branch name Neville Bokdawalla 2022-03-25 02:25:55 +0530
  • b1fb96fdf7 changed branch name to main Neville Bokdawalla 2022-03-24 02:09:24 +0530
  • 2c1b2fed74 Fix hidden commands changing padding in usage template Alistair Scott 2022-03-15 16:57:42 +0000
  • aa02e412ac Handle requiredFlags errors in the same way as parsed flag errors. Niels Claeys 2021-10-13 16:43:52 +0200
  • 03c3eb73f8
    Add Kubescape to projects (#1642) Avinash Upadhyaya K R 2022-03-21 23:14:18 +0530
  • 3a1795bc25
    Fix Command.Context comment (#1639) Paul Meyer 2022-03-21 18:35:35 +0100
  • e3fa35c4c8 Add Kubescape to projects Avinash Upadhyaya 2022-03-21 22:42:40 +0530
  • 72c368b346
    Bump actions/cache from 2 to 3 dependabot[bot] 2022-03-21 10:15:07 +0000
  • 416dbf0488 Fix Command.Context comment katexochen 2022-03-20 17:59:49 +0100
  • f848943afd
    Add Command.SetContext (#1551) Joshua Carpeggiani 2022-03-18 21:01:58 +1100
  • 5d066b77b5
    Introduce FixedCompletions (#1574) Simon Ser 2022-03-18 02:37:54 +0100
  • 94e552d8d6
    Add backwards-compatibility tests for legacyArgs() (#1547) Marc Khouzam 2022-03-17 21:36:47 -0400
  • 01245416e1
    Merge cb29346a0f into 8cc7be2119 JaySon 2022-03-17 18:16:31 -0400
  • 8cc7be2119
    feat: Add how to load completions in your current zsh session (#1608) Ondrej Sika 2022-03-17 22:55:16 +0100