Commit Graph

  • a281c8b47b
    Document option to hide the default completion cmd (#1779) Marc Khouzam 2022-09-16 16:44:28 -0400
  • 459fc5fce3
    ci: add workflow_dispatch (#1387) Unai Martinez-Corral 2022-09-16 22:23:19 +0200
  • 6d978a911e
    add missing license headers (#1809) Unai Martinez-Corral 2022-09-16 13:55:56 +0200
  • 4065a33bfd
    ci: use action/setup-go's cache (#1783) Unai Martinez-Corral 2022-09-14 05:31:59 +0200
  • 7e289f46f1
    Adjustments to documentation (#1656) Marc Khouzam 2022-09-11 17:48:42 -0400
  • fe08012edd
    Rename Powershell completion tests (#1803) Marc Khouzam 2022-09-11 17:04:53 -0400
  • d689184a42
    Support for case-insensitive command names (#1802) Yuval Goldberg 2022-09-11 15:25:22 +0300
  • 70e53f62be
    Deprecate ExactValidArgs() and test combinations of args validators (#1643) Unai Martinez-Corral 2022-09-10 15:33:34 +0200
  • 2e8ba6f308
    Use correct stale action exempt- yaml keys (#1800) John McBride 2022-09-07 18:25:01 -0600
  • 0580724b5f
    With go 1.18, we must use go install for a binary (#1726) Marc Khouzam 2022-08-30 10:34:58 -0400
  • 2a7647ff46
    Clarify SetContext documentation (#1748) Paul Meyer 2022-08-30 04:12:56 +0200
  • 7045405250
    ci: test on Golang 1.19 (#1782) Unai Martinez-Corral 2022-08-30 02:35:16 +0100
  • 22b617914c
    fix: show flags that shadow parent persistent flag in child help (#1776) Brian Pursley 2022-08-28 12:46:39 -0400
  • dbf85f6104
    Update gopkg.in/yaml.v2 to gopkg.in/yaml.v3 (#1766) Tobias Klauser 2022-08-14 00:18:46 +0200
  • f911c0b89c
    fix(bash-v2): activeHelp length check syntax (#1762) Ville Skyttä 2022-08-14 00:44:47 +0300
  • 7790bf97fd
    fix: correct command path in see_also for YAML doc (#1771) Zoran Regvart 2022-08-13 23:31:45 +0200
  • 6bf8cd8582
    build(deps): bump github.com/inconshreveable/mousetrap (#1774) dependabot[bot] 2022-08-13 21:02:01 +0000
  • 965924ac89
    docs: add zitadel to the list (#1772) Florian Forster 2022-08-04 17:18:09 +0200
  • 162534f92f
    doc: Add Okteto for projects using Cobra (#1759) Javier López Barba 2022-07-20 15:45:07 +0200
  • a0aadc68eb
    Spelling for GitHub CLI (#1744) Ikko Ashimine 2022-07-07 13:54:19 +0900
  • 69083f81b2
    Add Cilium to projects using Cobra (#1745) Tobias Klauser 2022-06-28 23:19:33 +0200
  • bba9331d4e
    doc: Add CloudQuery for projects using Cobra (#1742) Yevgeny Pats 2022-06-25 19:17:06 +0300
  • 3d38d18a23
    Add KubeVirt as a project using cobra (#1741) Miguel Duarte Barroso 2022-06-23 17:36:12 +0200
  • 06b06a9dc9
    Bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 (#1697) dependabot[bot] 2022-06-20 20:06:17 -0600
  • 5f2ec3c897
    Update shell completion to respect flag groups (#1659) Marc Khouzam 2022-06-20 22:04:28 -0400
  • b9ca5949e2
    use errors.Is() to check for errors (#1730) Paul Holzinger 2022-06-21 04:02:33 +0200
  • ea94a3db55
    undefined or nil Args default to ArbitraryArgs (#1612) Unai Martinez-Corral 2022-06-21 03:00:50 +0100
  • 7c9831d376
    Fix handling of descriptions for bash v3 (#1735) Marc Khouzam 2022-06-20 00:11:21 -0400
  • ed7bb9dda4
    Add unit test for fish completion (#1515) kida 2022-06-20 11:38:49 +0900
  • f464d6c82e
    Add Active Help support (#1482) Marc Khouzam 2022-06-15 20:08:16 -0400
  • 7dc8b004e6
    Bump actions/setup-go from 2 to 3 (#1660) dependabot[bot] 2022-06-15 16:08:55 -0600
  • 87ea1807f7
    Modify brew prefix path in macOS system (#1719) xuwu 2022-06-13 10:22:49 +0800
  • ca8e3c2779
    Add Pulumi as a project using cobra (#1720) Ian Wahbe 2022-06-08 14:12:54 -0700
  • 37d481d4d4
    fix: Don't complete _command on zsh (#1690) Tom Payne 2022-06-05 21:45:59 +0200
  • 5b11656e45
    perf(bash-v2): read directly to COMPREPLY on descriptionless short circuit (#1700) Ville Skyttä 2022-05-18 03:57:08 +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
  • 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
  • 9e88759b19
    perf(bash-v2): speed up filtering menu-complete descriptions (#1692) Ville Skyttä 2022-05-04 23:23:02 +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
  • 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
  • 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
  • d8184d3269
    Fix typo sh completion docs (#1678) Daniel Nguyen 2022-04-26 17:39:55 -0700
  • 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
  • 68b6b24f0c
    Add ability to mark flags as required or exclusive as a group (#1654) John Schnake 2022-04-17 16:04:57 -0500
  • bf6cb5804d
    Wrap printf tab with quotes (#1665) Paul Chesnais 2022-04-13 21:30:27 -0700
  • 9d15fe657a
    Update stale-bot (#1609) John McBride 2022-04-08 11:46:22 -0600
  • 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
  • 52e6099aea
    Bump actions/checkout from 2 to 3 (#1619) dependabot[bot] 2022-03-26 09:50:12 -0600
  • 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
  • d622355c84
    Changed branch name in the cobra generator link to 'main' (#1645) Neville Bokdawalla 2022-03-25 04:50:54 +0530
  • 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
  • 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
  • 8cc7be2119
    feat: Add how to load completions in your current zsh session (#1608) Ondrej Sika 2022-03-17 22:55:16 +0100
  • 65b1195d6e
    ci: test on Golang 1.18 (#1635) Unai Martinez-Corral 2022-03-17 10:26:10 +0000
  • 37463cff2c
    Remove CHANGELOG.md as it isn't updated (#1634) John Schnake 2022-03-16 10:34:01 -0500
  • 81d27c8f8d
    fix some typos (#1625) cui fliter 2022-03-14 19:05:53 +0800
  • 5b2b9e9f61
    Removes viper dependency by removing cobra/ CLI tool (#1604) John McBride 2022-03-10 08:19:35 -0700
  • 9369465955 labeler: fix syntax umarcor 2022-03-09 18:29:25 +0100
  • e1b831e5c2
    Updates labeler for new labels (#1613) John McBride 2022-03-08 17:10:09 -0700
  • 8267283cfe
    Add MAINTAINERS file (alphabetical order) (#1545) Marc Khouzam 2022-02-28 10:24:45 -0500
  • 6d2dc43606
    Add Pixie to projects. (#1581) Hannah Troisi 2022-02-24 11:51:17 -0800
  • 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) 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