cli/pkg/cmd/pr/checks
Andy Feller c9ecf310b3 Error for mutually exclusive json and watch flags
Closes #10013

This commit enhances `gh pr checks` to exit with an error when mutually exclusive `--json` and `--watch` flags are used.  Users are encouraged to either 1) retrieve information about the checks via `--json` or 2) watch and wait on PR checks that are being updated.
2024-12-05 10:23:13 -05:00
..
fixtures Show cancelled checks (#7960) 2023-09-24 18:27:01 +02:00
aggregate.go Implement ExportData to filter json fields 2024-05-14 09:49:07 -04:00
checks.go Error for mutually exclusive json and watch flags 2024-12-05 10:23:13 -05:00
checks_test.go Error for mutually exclusive json and watch flags 2024-12-05 10:23:13 -05:00
output.go Add headers to all tables (#8157) 2023-10-20 11:20:02 +02:00