cli/pkg/cmdutil
Mislav Marohnić 436d9ef859
Fix "missing method Fd" crash on Windows (#6200)
This ensures that `IOStreams.Out` always keeps the original `Fd()` value even if it's wrapped as a Colorable stream for Windows in cases when enabling virtual terminal processing has failed.
2022-09-06 17:29:06 +02:00
..
args.go Add label list and label create commands (#5316) 2022-03-29 17:38:59 +00:00
args_test.go Extract repeated code to util function 2020-11-03 22:05:04 +01:00
auth_check.go Use go-gh config package (#5771) 2022-06-23 11:50:04 +00:00
auth_check_test.go Use go-gh config package (#5771) 2022-06-23 11:50:04 +00:00
errors.go Don't error on list commands when no results found (#5479) 2022-04-25 17:55:52 +00:00
factory.go Integrate latest go-gh packages (#6084) 2022-08-18 09:04:13 +03:00
factory_test.go Fix determining the current executable under Homebrew for Linux 2022-06-20 15:25:29 +02:00
file_input.go Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
flags.go Add top level search command and search repos sub command (#5172) 2022-03-09 12:24:27 +00:00
json_flags.go Integrate latest go-gh packages (#6084) 2022-08-18 09:04:13 +03:00
json_flags_test.go Fix "missing method Fd" crash on Windows (#6200) 2022-09-06 17:29:06 +02:00
legacy.go Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02:00
repo_override.go Use go-gh config package (#5771) 2022-06-23 11:50:04 +00:00