cli/pkg/cmd
Mislav Marohnić e3569dc7bd
Fix bash completions for extensions and aliases
Now that extensions and alises are real Cobra Command instances, they will appear in
completions automatically and don't need to be additionally inserted via ValidArgs.
Their addition to ValidArgs have caused all extensions and aliases to be listed twice
within completion results, which didn't seem to affect zsh completions at all, but in
bash completions it had caused the completion description to be a part of the expansion.
2023-06-02 13:31:02 +02:00
..
actions Clarify docs regarding what is listed when running gh workflow list 2023-05-22 13:48:18 +02:00
alias Allow creating of nested aliases (#7457) 2023-05-25 09:46:45 +09:00
api force method to uppercase (#7514) 2023-06-01 13:54:56 +00:00
auth fix: normalize hostname for auth login (#6999) 2023-04-17 13:35:30 +00:00
browse Correct some typos 2023-04-21 03:51:31 +02:00
codespace Remove unused type 2023-05-30 14:22:12 -07:00
completion Bump github.com/spf13/cobra from v1.4.0 to v1.5.0 (#6196) 2022-09-06 09:43:40 +04:00
config config get: support getting oauth_token from keyring 2023-03-09 16:35:07 +01:00
extension Allow creating of nested aliases (#7457) 2023-05-25 09:46:45 +09:00
factory Update go-gh to v2 (#7299) 2023-04-16 15:34:23 +10:00
gist refactor: revise errMsg in rename_test.go 2023-03-23 11:58:13 +08:00
gpg-key Cleanup config.AuthToken and config.DefaultHost methods (#7049) 2023-02-28 00:24:45 +00:00
issue Fix flaky test 2023-05-31 11:04:06 +09:00
label Rename --confirm flag to --yes for various destructive commands (#6915) 2023-01-26 12:48:21 +01:00
org add "showing x of y organizations" header 2023-04-05 15:36:45 -06:00
pr fix: apply latin matching filter to more fields 2023-05-26 14:50:20 +02:00
release Updated to sanitize asset filename prior to uploading. Fixes #7024 2023-05-22 15:29:48 -04:00
repo Allow gh repo set-default --view without repo argument (#7441) 2023-05-15 11:08:01 +12:00
root Fix bash completions for extensions and aliases 2023-06-02 13:31:02 +02:00
run switch to []int return for multiselect 2023-05-23 00:12:44 -07:00
search Enable owner flag to take multiple values for searching 2023-04-12 10:37:09 +05:30
secret Tech debt cleanup for variable and secret commands (#7151) 2023-03-15 01:03:56 +00:00
ssh-key Enhance ssh-key list to show signing ssh keys also 2023-04-05 19:22:28 +05:30
status Correct some typos 2023-04-21 03:51:31 +02:00
variable variable: fix listing and deleting variables in an environment (#7207) 2023-03-21 11:46:50 +00:00
version Fix --version flag printing to stdout 2022-05-24 16:21:13 +02:00
workflow Clarify docs regarding what is listed when running gh workflow list 2023-05-22 13:48:18 +02:00