cli/pkg/cmd
Mislav Marohnić 1859728f7e Fix parsing gist list --public/--secret flags
It's not sufficient to use `Changed("public")` to test if a boolean flag
was activated, since the user might have passed `--public=false`.
Instead, check the true value of the flag.

The `--public` and `--secret` flags should be mutually exclusive, so now
if both are activated, `--secret` takes precedence.
2020-10-05 20:27:05 +02:00
..
alias print aliases as valid yaml when piping 2020-09-14 10:33:29 -05:00
api Add PAGER support to the api command 2020-09-15 11:43:49 +02:00
auth review feedback 2020-09-14 10:16:50 -05:00
config Document gh config set pager ... option 2020-09-16 19:11:07 +02:00
factory Fix release download 2020-09-14 15:31:31 +02:00
gist Fix parsing gist list --public/--secret flags 2020-10-05 20:27:05 +02:00
issue Merge pull request #1706 from cli/base-resolve 2020-09-16 18:53:21 +02:00
pr Merge pull request #1706 from cli/base-resolve 2020-09-16 18:53:21 +02:00
release Indicate that title is optional in release create 2020-09-09 17:45:55 +02:00
repo Merge pull request #1706 from cli/base-resolve 2020-09-16 18:53:21 +02:00
root Merge pull request #1706 from cli/base-resolve 2020-09-16 18:53:21 +02:00