cli/pkg/cmdutil
Martijn Pieters 530002ee7a
Pretty-print JSON results of jq filtering (#7236)
When connected to a TTY, tell the jq formatter to indent the output, and
enable colorization of the output if the terminal supports it.

Co-authored-by: Mislav Marohnić <mislav@github.com>
2023-04-25 13:27:17 +00: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 Skip checking keyring for token in certain scenarios (#7169) 2023-03-18 08:59:43 +11:00
auth_check_test.go Skip checking keyring for token in certain scenarios (#7169) 2023-03-18 08:59:43 +11:00
cmdgroup.go Split issue commands into "General" vs. "Targeted" 2022-12-20 17:56:51 +01:00
errors.go Don't error on list commands when no results found (#5479) 2022-04-25 17:55:52 +00:00
factory.go Introduce GH_PATH environment variable (#7025) 2023-03-07 11:30:10 +11:00
factory_test.go Introduce GH_PATH environment variable (#7025) 2023-03-07 11:30:10 +11:00
file_input.go Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
flags.go Autocomplete branch flags (#6031) 2023-03-29 16:09:44 +00:00
json_flags.go Pretty-print JSON results of jq filtering (#7236) 2023-04-25 13:27:17 +00:00
json_flags_test.go Pretty-print JSON results of jq filtering (#7236) 2023-04-25 13:27:17 +00:00
legacy.go Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02:00
repo_override.go Cleanup config.AuthToken and config.DefaultHost methods (#7049) 2023-02-28 00:24:45 +00:00