cli/pkg/cmdutil
Mislav Marohnić abe452bb19 Add --json export flag for issues and pull requests
The `--json` flag accepts a list of GraphQL fields to query for and
output in JSON format. To get the list of available flags, run the
command with a blank value for `--json`. Additional `--jq` and
`--template` flags are available just like in `gh api`.
2021-04-13 20:29:31 +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 Properly check env auth tokens in CheckAuth 2020-12-01 11:44:14 -05: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 Pass web browser to each individual command 2021-03-19 21:22:37 +01:00
file_input.go Add issue create -F <file> flag and tests 2021-02-23 14:25:32 +01:00
json_flags.go Add --json export flag for issues and pull requests 2021-04-13 20:29:31 +02:00
legacy.go Isolate pr review command 2020-07-29 19:35:54 +02:00
repo_override.go Add host back into repo flag description 2020-10-22 17:51:16 +02:00
web_browser.go Pass web browser to each individual command 2021-03-19 21:22:37 +01:00