cli/pkg/cmdutil
Mislav Marohnić d853ce5bc9 Avoid resolving executable() until requested at runtime
This is to avoid hitting the filesystem and resolving symlinks
unnecessarily. The value of executable is just used conditionally by a
handful of commands.
2021-09-24 14:42:41 +02: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 Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02:00
auth_check_test.go Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02:00
errors.go Declare --jq, --template, --silent options mutually exclusive 2021-03-04 17:29:59 +01:00
factory.go Avoid resolving executable() until requested at runtime 2021-09-24 14:42:41 +02:00
file_input.go Add issue create -F <file> flag and tests 2021-02-23 14:25:32 +01:00
json_flags.go Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02:00
json_flags_test.go Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02:00
legacy.go Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02:00
repo_override.go Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02:00
web_browser.go Pass web browser to each individual command 2021-03-19 21:22:37 +01:00