Commit graph

  • 33524ebc1a fix unit tests Jun Nishimura 2023-09-01 23:53:40 +0900
  • 02094ac5c5 add error check to RemoveGroup command Jun Nishimura 2023-09-01 23:53:31 +0900
  • da3c9eeebd
    [update] Test for SetErrPrefix() 5ouma 2023-09-01 15:31:11 +0900
  • 973367b648
    ci: test golang 1.21 Nuno Adrego 2023-08-31 23:19:49 +0100
  • a76559e04a
    [update] Doc to use errPrefix 5ouma 2023-09-01 00:06:32 +0900
  • ff58b537c7
    [update] Use the prefix, Error: by default 5ouma 2023-08-31 21:39:37 +0900
  • 48dabba4d3
    [add] The error message prefix Souma 2023-08-31 17:33:06 +0900
  • 89c1e0df76 ci: add GitHub Actions workflow 'site' umarcor 2020-10-04 23:32:57 +0200
  • 501f8c791b site: add gohugo configuration umarcor 2020-10-04 23:40:38 +0200
  • cee7f37a01 golangci: maligned is archived umarcor 2022-08-22 02:56:08 +0200
  • c056decb48 golangci: use 'revive' instead of 'golint' umarcor 2022-08-22 02:54:08 +0200
  • 287f2e9923 golangci: update list of available linters umarcor 2022-08-22 02:49:19 +0200
  • fca1d61528 golangci: enable 'gofmt' umarcor 2022-08-22 02:30:49 +0200
  • 62eecc8175 golangci: enable 'typecheck' umarcor 2022-08-22 02:35:41 +0200
  • 4e2204874e golangci: enable 'staticcheck' umarcor 2022-08-22 02:34:50 +0200
  • fb85207e34 golangci: enable 'gosimple' umarcor 2022-08-22 02:29:06 +0200
  • 285460dca6
    command: temporarily disable G602 due to securego/gosec#1005 (#2022) Unai Martinez-Corral 2023-08-29 16:04:59 +0200
  • 5aed6f8ee4 command: temporarily disable G602 due to securego/gosec#1005 umarcor 2023-08-29 14:59:47 +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
  • 28c960bf7c
    build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 dependabot[bot] 2023-08-21 10:07:01 +0000
  • f1f260eb59
    Don't use global map for flag completions. maxlandon 2023-08-08 04:14:47 +0200
  • 08be2cb981 add unit tests Jun Nishimura 2023-07-27 23:52:11 +0900
  • 8a2769858c remove group id of the help command and completion command Jun Nishimura 2023-07-27 23:51:46 +0900
  • a2edfa4d9a update user_guide Jun Nishimura 2023-07-27 21:00:03 +0900
  • fbdc1d8295 Merge branch 'main' into add_RemoveGroupMethod Jun Nishimura 2023-07-27 20:57:55 +0900
  • 0d30d75e0d
    Merge f8b8914b8b into fd865a44e3 Erdal TAŞKESEN 2023-07-25 14:00:27 +0800
  • fd865a44e3
    minor corrections to unit tests (#2003) Jun Nishimura 2023-07-23 20:31:55 +0900
  • 69710310be minor corrections to unit tests Jun Nishimura 2023-07-23 16:04:55 +0900
  • 9a4aaf6d9c tiny fix for TestRemoveParentPersistentArgs Jun Nishimura 2023-07-23 15:38:41 +0900
  • eb493c9ca9 add unit tests Jun Nishimura 2023-07-23 15:37:05 +0900
  • 6f7d88c48c perform Parse on lnpflags Jun Nishimura 2023-07-23 15:13:46 +0900
  • b51dcf624c add lnpflags field to Command Jun Nishimura 2023-07-23 15:12:57 +0900
  • 99d0be84df tiny fix for removeParentPersistentArgs Jun Nishimura 2023-07-22 22:57:41 +0900
  • c67af4c687 changed so that flags in c.lflags refer to flags in c.flags Jun Nishimura 2023-07-22 17:25:36 +0900
  • f15758ac15 debug to pass command unit tests Jun Nishimura 2023-07-22 15:59:25 +0900
  • 200e518356 parse lflags Jun Nishimura 2023-07-22 14:55:03 +0900
  • e587892673 all: refactor to use %q instead of "%s" Jes Cok 2023-07-21 13:04:44 +0800
  • 60d056d157
    doc: fix typo, Deperecated -> Deprecated (#2000) gocurr 2023-07-20 23:27:44 +0800
  • 54cf91e5c7 doc: fix typo, Deperecated -> Deprecated Jes Cok 2023-07-20 21:22:24 +0800
  • 55ff048a8d parse local flags Jun Nishimura 2023-07-19 00:35:51 +0900
  • 8bff6aff17 add new flag to lflags Jun Nishimura 2023-07-19 00:35:39 +0900
  • 66b215ba18
    golangci: enable 'unused' and disable deprecated replaced by it (#1983) Unai Martinez-Corral 2023-07-18 15:51:36 +0200
  • b1c5fd7740 golangci: enable 'unused' and disable deprecated replaced by it umarcor 2023-06-20 19:53:23 +0200
  • 9c878d49b1 site: rework structure and headers umarcor 2020-10-05 01:00:12 +0200
  • a3c9f45b00 ci: add GitHub Actions workflow 'site' umarcor 2020-10-04 23:32:57 +0200
  • 1a7286a8af site: add gohugo configuration umarcor 2020-10-04 23:40:38 +0200
  • c81c46a015
    Add 'one required flag' group (#1952) Martijn Evers 2023-07-16 18:38:22 +0200
  • 186ab8ddda update user_guid Jun Nishimura 2023-07-17 01:13:56 +0900
  • 5bbc67713e add unit tests for command.RemoveGroup Jun Nishimura 2023-07-16 19:43:38 +0900
  • 5943edc0db add RemoveGroup method for Command Jun Nishimura 2023-07-16 19:43:22 +0900
  • 7aa1511926
    Fix typo Martijn Evers 2023-07-16 09:54:20 +0200
  • dd99cf1e46 Update user guide for one-required groups Evers, Martijn 2023-07-15 09:45:23 +0200
  • 6f3b98345c
    Merge branch 'spf13:main' into one-required-flaggroup Martijn Evers 2023-07-15 09:44:20 +0200
  • f3125ff6fa define trueString constant Jun Nishimura 2023-07-15 00:56:13 +0900
  • 46a2ba8c41 fix completion command: use PersistentPreRunE instead of PersistentPreRun Jun Nishimura 2023-07-14 23:50:49 +0900
  • b370e7b9af fix help command: use PersistentPreRunE instead of PersistentPreRun Jun Nishimura 2023-07-14 23:50:21 +0900
  • 06d37a0a72 Add new tests: TestCompletionForOneRequiredGroupFlags Evers, Martijn 2023-07-14 08:34:32 +0200
  • 3bb59c6775 add TestPersistentPreRunHooksForCompletionCommand Jun Nishimura 2023-07-14 00:39:35 +0900
  • ba4e21df7a add TestPersistentPreRunHooksForHelpCommand Jun Nishimura 2023-07-14 00:39:10 +0900
  • ef1328f8cf call Root PersistentPreRun on Completion Command Jun Nishimura 2023-07-14 00:38:29 +0900
  • 2d1eeaf169 call Root PersitentPreRun on HelpCommand Jun Nishimura 2023-07-14 00:38:08 +0900
  • 94a3cb1439 add PersistentPreRun for completion command Jun Nishimura 2023-07-11 00:05:27 +0900
  • 4b81cd58b2 add PersistentPreRun for help command Jun Nishimura 2023-07-11 00:02:09 +0900
  • 10b0388a6e add test to check required flags will be ignored for bash, zsh, fish, powershell completion Jun Nishimura 2023-07-09 16:12:28 +0900
  • 314c9b86c2 add TestHelpCommandExecutedWithPersistentRequiredFlags Jun Nishimura 2023-07-09 16:11:47 +0900
  • 43e4ad49f7 DisableFlagParsing in bash, zsh, fish, powershell set to true Jun Nishimura 2023-07-09 16:10:56 +0900
  • 85e8097390 DisableFlagParsing in helpCommand set to true Jun Nishimura 2023-07-09 16:09:58 +0900
  • ddea02ea6b markdown docs: add section 'Available commands' Andreas Deininger 2023-06-30 23:15:42 +0200
  • 00dd11c5e0
    Merge b5bc3e3275 into dcb405a939 Jim Schubert 2023-06-26 10:07:20 +0800
  • b1acb500a2 Remove the default "completion" cmd if it is alone Marc Khouzam 2023-06-19 14:55:58 -0400
  • 40cf39d729
    Merge 98c9b4c903 into dcb405a939 Vladislav Deryabkin 2023-06-21 15:20:32 +0800
  • 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
  • e2bdfe6487 site: move documentation about active help umarcor 2023-06-20 19:11:47 +0200
  • 513fc71740 site: fix link umarcor 2023-06-20 19:10:40 +0200
  • b0f31b834a site: move user_guide umarcor 2021-06-30 18:51:39 +0200
  • ad936e1e79 site: move documentation about 'doc' umarcor 2021-06-29 06:00:23 +0200
  • d334e533d1 site: move documentation about completions and projects using cobra umarcor 2021-06-29 05:52:53 +0200
  • f43b653d17
    Update powershell_completions.go Mavaddat Javid 2023-06-19 16:56:55 -0400
  • d17f539906
    Merge branch 'main' into patch-1 Mavaddat Javid 2023-06-19 16:46:04 -0400
  • 0676e2612e
    Update powershell_completions.go Mavaddat Javid 2023-06-19 16:44:38 -0400
  • 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
  • a8147dab74
    test: make fish_completions_test more robust Branch Vincent 2023-06-15 19:15:12 -0700
  • 79fc4bc311
    Merge 5a793296fb into 2246fa82e9 Marc Khouzam 2023-06-16 00:28:06 +0000
  • cc6f7e0edd
    Forgot about the original alias! Mavaddat Javid 2023-06-14 11:58:34 -0400
  • 2246fa82e9
    Fix grammar: 'allows to' (#1978) Taavi Väänänen 2023-06-13 18:12:49 +0300
  • 48d6d57170 Add tests for one-required groups Evers, Martijn 2023-06-13 14:19:39 +0200
  • 3fac363618 Fix shell completion Evers, Martijn 2023-06-13 13:32:12 +0200
  • c5d47afdac
    Fix grammar: 'allows to' Taavi Väänänen 2023-06-13 12:33:39 +0300
  • a6a563d656
    completers ∀x∈ {cmds, aliases} in powershell_completions.go Mavaddat Javid 2023-06-12 10:46:19 -0400
  • d5917a54ae
    build(deps): bump golangci/golangci-lint-action from 3.5.0 to 3.6.0 dependabot[bot] 2023-06-12 10:57:45 +0000
  • 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
  • b7d6863d69 Test1 waynepaffhausen-wk 2023-06-08 18:11:39 +0000
  • fac43040bc STUD-3115, TestUpload1 waynepaffhausen-wk 2023-06-08 18:05:45 +0000
  • 2f31f26d3b Test Push waynepaffhausen-wk 2023-06-08 17:47:29 +0000
  • 4ec9d9388e feat: add MarkFlagsMutuallyExclusiveAndRequired Fixes #1216 Baruch Odem 2023-06-06 11:41:01 +0300
  • 8eb23fac53
    build(deps): bump golangci/golangci-lint-action from 3.4.0 to 3.5.0 dependabot[bot] 2023-06-05 10:57:39 +0000
  • 0af0c7e6ea
    STUD-2265 - JWT Claims Fix (#12) austinarbor-wk 2023-05-30 08:09:26 -0700
  • 5604c0c736
    powershell: escape variable with curly brackets Paul Holzinger 2023-05-16 14:22:48 +0200