cli/pkg/cmdutil
Cuong Manh Le 6cf6bb4a44 Disable auth for cobra shell request completion hidden commands
Those hidden command are used by the shell completion scripts, but they
are not disabled auth check. Thus, the shell completion does not work
even the completion setup was done properly.

Fixes #4188
2021-08-25 01:35:49 +07:00
..
args.go return msg instead of too many arguments 2021-02-24 18:05:11 +05:30
args_test.go Extract repeated code to util function 2020-11-03 22:05:04 +01:00
auth_check.go Disable auth for cobra shell request completion hidden commands 2021-08-25 01:35:49 +07:00
auth_check_test.go Properly check env auth tokens in CheckAuth 2020-12-01 11:44:14 -05:00
errors.go Declare --jq, --template, --silent options mutually exclusive 2021-03-04 17:29:59 +01:00
factory.go Improvements to gh extensions 2021-06-21 16:54:08 +02:00
file_input.go Add issue create -F <file> flag and tests 2021-02-23 14:25:32 +01:00
json_flags.go Add helper template functions for rendering tables (#3519) 2021-08-23 21:00:25 +02:00
json_flags_test.go Add helper template functions for rendering tables (#3519) 2021-08-23 21:00:25 +02:00
legacy.go Isolate pr review command 2020-07-29 19:35:54 +02:00
repo_override.go List repos from non-default hostnames in completions for -R 2021-07-28 17:18:56 +02:00
web_browser.go Pass web browser to each individual command 2021-03-19 21:22:37 +01:00