Commit Graph

  • 6d888d3313 GoWeb: add container into command main Muyao CHEN 2024-09-30 13:59:53 +0200
  • 78bfc837fe
    Test also with go 1.23 (#2182) Nir Soffer 2024-08-25 02:02:44 +0300
  • 511af59cb3
    Replace deprecated ioutil usage (#2181) Nir Soffer 2024-08-24 14:05:26 +0300
  • 756ba6dad6
    fix(completions): Complete map flags multiple times (#2174) Gabe Cook 2024-07-28 11:18:07 -0500
  • 371ae25d2c
    Fix deprecation comment for Command.SetOutput (#2172) Sebastiaan van Stijn 2024-07-17 01:36:29 +0200
  • e94f6d0dd9
    Address golangci-lint deprecation warnings, enable some more linters (#2152) Ville Skyttä 2024-06-01 13:31:11 +0300
  • 8003b74a10
    Remove fully inactivated linters (#2148) Nir Soffer 2024-05-19 05:12:02 +0300
  • 5c2c1d627d
    Consistent annotation names (#2140) Nir Soffer 2024-05-18 16:41:31 +0300
  • 5a1acea321
    build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 (#2127) dependabot[bot] 2024-04-13 02:21:03 +0000
  • 0fc86c2ffd
    docs: update user guide (#2128) Xinwei Xiong 2024-04-08 18:47:35 +0800
  • 6b5f577ebc
    More linting (#2099) Ville Skyttä 2024-04-01 12:42:08 +0000
  • bd914e58d6
    fix: remove deprecated io/ioutils package (#2120) Pedro Mota 2024-03-12 07:42:46 -0300
  • 1f80fa2e23
    chore: remove repetitive words (#2122) racerole 2024-03-12 18:40:19 +0800
  • c69ae4c36b
    ci: test golang 1.22 (#2113) damas 2024-03-12 10:40:01 +0000
  • a30cee5e5a
    build(deps): bump actions/cache from 3 to 4 (#2102) dependabot[bot] 2024-03-11 19:36:37 -0600
  • f34069ccf5
    build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 (#2108) dependabot[bot] 2024-03-11 19:35:05 -0600
  • bd2655e76c
    Add Incus to the list of projects using Cobra (#2118) montag451 2024-03-08 01:36:58 +0100
  • bcfcff729e
    Add Taikun CloudWorks to list of projects (#2098) Radek Smid 2024-01-15 14:38:50 +0100
  • 4fb0a66a34
    flags: clarify documentation that LocalFlags related function do not modify the state (#2064) Dmytro Milinevskyi 2024-01-06 22:49:13 +0100
  • 0dec88e793
    Add tests for funcs in cobra.go (#2094) Denis 2023-12-30 16:40:15 +0300
  • cbcf75eab9
    [chore]: update projects using cobra (#2093) Case Wylie 2023-12-27 21:16:29 -0500
  • 199b7abe12
    build(deps): bump actions/labeler from 4 to 5 (#2086) dependabot[bot] 2023-12-23 14:52:45 -0500
  • 531ce793e3 Remove extra actions/checkout Marc Khouzam 2023-12-23 10:11:53 -0500
  • c054701f6a build(deps): bump actions/setup-go from 4 to 5 dependabot[bot] 2023-12-11 10:06:36 +0000
  • 41227856cd Document how to create a plugin Nir Soffer 2023-11-12 15:55:40 +0200
  • a73b9c391a Fix help text for runnable plugin command Nir Soffer 2023-11-12 20:07:59 +0200
  • df547f5fc6 Fix help text for plugins Nir Soffer 2023-11-12 17:20:47 +0200
  • e63925d321
    Add env variable to suppress completion descriptions on create (#1938) Ville Skyttä 2023-12-17 20:50:59 +0200
  • 236f3c0418
    Update projects_using_cobra.md (#2089) Marcus Kohlberg 2023-12-12 17:26:29 +0100
  • 3d8ac432bd
    Micro-optimizations (#1957) Ville Skyttä 2023-11-23 19:24:33 +0200
  • 283e32d889
    Add LXC to the list of projects using cobra (#2071) SwagPack 2023-11-13 22:25:06 +0530
  • a0a6ae020b
    Improve API to get flag completion function (#2063) Marc Khouzam 2023-11-02 11:23:08 -0400
  • 890302a35f
    Support usage as plugin for tools like kubectl (#2018) Nir Soffer 2023-11-02 14:15:26 +0200
  • 48cea5c87b
    build(deps): bump actions/checkout from 3 to 4 (#2028) dependabot[bot] 2023-10-30 10:21:48 +0000
  • 22953d8845
    Replace all non-alphanumerics in active help env var program prefix (#1940) Ville Skyttä 2023-10-29 20:06:51 +0200
  • 00b68a1c26
    Add tests for flag completion registration (#2053) Marc Khouzam 2023-10-28 16:11:59 -0400
  • b711e8760b
    Don't complete --help flag when flag parsing disabled (#2061) Marc Khouzam 2023-10-28 16:10:06 -0400
  • 8b1eba4761
    Fix linter errors (#2052) Marc Khouzam 2023-10-27 06:23:45 -0400
  • 4cafa37bc4
    Allow running persistent run hooks of all parents (#2044) vkhoroz 2023-10-22 03:36:12 +0300
  • 5c962a221e
    build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.2 to 2.0.3 (#2047) dependabot[bot] 2023-10-16 10:50:33 +0000
  • efe8fa3e44
    build(deps): bump actions/setup-go from 3 to 4 (#1934) dependabot[bot] 2023-10-15 11:16:50 +0000
  • 95d8a1e45d
    Add notes to doc on preRun and postRun condition (#2041) Haoming Meng 2023-10-09 07:50:40 -0500
  • bd4d1655f6
    feat: add getters for flag completions (#1943) Alexandru-Claudius Virtopeanu 2023-09-26 03:04:25 +0300
  • 0c72800b8d
    Customizable error message prefix (#2023) Souma 2023-09-09 02:29:06 +0900
  • c5dacb3ea4
    ci: test golang 1.21 (#2024) Nuno Adrego 2023-09-08 01:30:51 +0100
  • 285460dca6
    command: temporarily disable G602 due to securego/gosec#1005 (#2022) Unai Martinez-Corral 2023-08-29 16:04:59 +0200
  • 4955da7c11
    build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 (#2021) dependabot[bot] 2023-08-28 18:53:34 +0000
  • fd865a44e3
    minor corrections to unit tests (#2003) Jun Nishimura 2023-07-23 20:31:55 +0900
  • 60d056d157
    doc: fix typo, Deperecated -> Deprecated (#2000) gocurr 2023-07-20 23:27:44 +0800
  • 66b215ba18
    golangci: enable 'unused' and disable deprecated replaced by it (#1983) Unai Martinez-Corral 2023-07-18 15:51:36 +0200
  • c81c46a015
    Add 'one required flag' group (#1952) Martijn Evers 2023-07-16 18:38:22 +0200
  • dcb405a939
    Move documentation sources to site/content (#1428) Unai Martinez-Corral 2023-06-20 22:15:36 +0100
  • cbe4865373
    build(deps): bump golangci/golangci-lint-action from 3.5.0 to 3.6.0 (#1976) dependabot[bot] 2023-06-20 20:46:35 +0000
  • fdee73b4a0
    powershell: escape variable with curly brackets (#1960) Paul Holzinger 2023-06-19 18:16:18 +0200
  • 988bd76139
    test: make fish_completions_test more robust (#1980) Branch Vincent 2023-06-16 07:25:30 -0700
  • 2246fa82e9
    Fix grammar: 'allows to' (#1978) Taavi Väänänen 2023-06-13 18:12:49 +0300
  • 0e3a0bfe91
    build(deps): bump golangci/golangci-lint-action from 3.4.0 to 3.5.0 (#1971) dependabot[bot] 2023-06-12 02:39:30 +0000
  • 284f410104
    Fix typo in fish completions (#1945) Tom Payne 2023-04-08 06:47:33 +0200
  • 4dd4b25de3
    Update main image to better handle dark background (#1883) Marc Khouzam 2023-03-22 18:41:51 -0400
  • 45360a55cc
    Allow sourcing zsh completion script (#1917) Marc Khouzam 2023-03-22 18:41:05 -0400
  • c8a20a16ba
    Document suggested layout for subcommands (#1930) Luiz Carvalho 2023-03-16 21:03:29 -0400
  • b197a24504
    Update projects_using_cobra.md (#1932) Florent Poinsard 2023-03-14 14:28:50 +0200
  • 9e6b58afc7
    update copyright year (#1927) Unai Martinez-Corral 2023-03-06 02:28:31 +0000
  • fb3652402b
    ci: test Golang 1.20 (#1925) Unai Martinez-Corral 2023-03-06 02:11:33 +0000
  • c7300f0bdd
    ci: deprecate go 1.16 (#1926) Unai Martinez-Corral 2023-03-06 02:07:19 +0000
  • 567ea8ebc9
    Add support for PowerShell 7.2+ (#1916) Oldřich Jedlička 2023-02-25 22:30:37 +0100
  • 3daa4b9c36
    Add keeporder to shell completion (#1903) Gyanendra Mishra 2023-02-25 20:57:12 +0000
  • a516d4132c
    Removes stale bot from GitHub action (#1908) John McBride 2023-02-13 20:49:03 -0700
  • e839bb342f
    build(deps): bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 (#1902) dependabot[bot] 2023-02-12 01:27:13 +0000
  • 87ebcd8f98
    Update shell_completions.md (#1907) Ggg6542 2023-02-09 03:11:53 +0100
  • 8b8ee8754c
    Improve MarkFlagsMutuallyExclusive example in User Guide (#1904) janhn 2023-02-06 12:15:40 +0100
  • d022c0fe2b
    Add documentation about disabling completion descriptions (#1901) Shihta Kuan 2023-01-31 01:58:20 +0800
  • 4fa4fdf5cd
    build(deps): bump github.com/inconshreveable/mousetrap (#1872) dependabot[bot] 2023-01-03 02:43:06 +0000
  • b4f979ae35
    completions: do not detect arguments with dash as 2nd char as flag (#1817) Dominik Roos 2023-01-03 01:58:36 +0100
  • bf11ab6321
    fix: func name in doc strings (#1885) Yash Ladha 2022-12-26 01:38:39 +0530
  • fdffa5a4c7
    Update badge route (#1884) Seonghyeon Cho 2022-12-24 05:54:16 +0900
  • f25a3c6e0b
    fix: conflict import name with variable (#1879) Yash Ladha 2022-12-15 16:09:50 +0530
  • 923592041e
    ci: deprecate go 1.15 (#1866) Unai Martinez-Corral 2022-12-09 21:57:19 +0000
  • a6f198b635
    Update kubescape org (#1874) David Wertenteil 2022-12-06 15:20:58 +0200
  • 7bb1440003
    build(deps): bump golangci/golangci-lint-action from 3.2.0 to 3.3.1 (#1851) dependabot[bot] 2022-11-26 08:18:05 -0500
  • 6200c8e551
    Makefile: add target richtest (#1865) Unai Martinez-Corral 2022-11-25 20:55:09 +0000
  • c6b9971923
    fix: force ForEach-Object to return array in pwsh completion (#1850) Norman Dankert 2022-11-25 21:47:20 +0100
  • 430549841b
    Update stale.yml (#1863) Enrico Candino 2022-11-22 03:04:26 +0100
  • ad6db7f8f6
    Create unit test illustrating unknown flag bug (#1854) Brian Pursley 2022-11-14 21:46:57 -0500
  • 6b0bd3076c
    fix: don't remove flag value that matches subcommand name (#1781) Brian Pursley 2022-11-07 23:12:02 -0500
  • cc7e235fc2
    Add Sia to projects using Cobra (#1844) mike76-dev 2022-11-01 14:15:28 +0100
  • 10cf7be997
    Check for group presence after full initialization (#1839) Marc Khouzam 2022-10-24 11:11:57 -0400
  • 4b9d00dfec
    Replace deprecated ExactValidArgs with MatchAll in user_guide and shell_completions example (#1836) doniacld 2022-10-20 22:33:37 +0200
  • badcce14f8
    style(bash-v2): various cleanups (#1702) Ville Skyttä 2022-10-17 22:24:27 +0300
  • 1424b7b927
    Add Constellation to projects using cobra. (#1829) Fabian Kammel 2022-10-13 15:47:58 +0200
  • 860791844e
    feat: make InitDefaultCompletionCmd public (#1467) Gustavo Bazan 2022-10-11 00:06:30 +0100
  • 2169adb574
    Add groups for commands in help (#1003) aawsome 2022-10-10 22:59:11 +0200
  • 212ea40783
    Include --help and --version flag in completion (#1813) Marc Khouzam 2022-10-04 18:41:30 -0400
  • d4040ad8db
    Allow user to add completion for powershell alias (#1621) Marc Khouzam 2022-10-03 13:06:04 -0400
  • 23fc5e099f
    ci: add minimum GitHub token permissions for workflows (#1792) Varun Sharma 2022-10-03 07:53:12 -0700
  • 93d1913fb0
    Add OnFinalize method (#1788) Yann Soubeyrand 2022-10-03 16:52:50 +0200
  • 07034fee49
    build(deps): bump actions/stale from 5 to 6 (#1815) dependabot[bot] 2022-10-03 08:52:25 -0600
  • 3dc9761b36
    Add allero to list of projects using cobra (#1819) Dima Brusilovsky 2022-10-03 17:52:01 +0300
  • 7039e1fa21
    Add '--version' flag to Help output (#1707) Francis Nickels III 2022-09-30 11:26:05 -0700
  • fce8d8aeb0
    Expose ValidateRequiredFlags and ValidateFlagGroups (#1760) Skeet WU 2022-09-27 18:27:48 +0800