cli/pkg
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
..
browser Fix up structure for better testing 2020-09-16 17:19:11 +02:00
cmd Fix parsing gist list --public/--secret flags 2020-10-05 20:27:05 +02:00
cmdutil Remove square brackets from persistent flag description to fix zsh autocomplete 2020-09-16 11:47:15 +02:00
githubtemplate Improve support for legacy issue/PR template names 2020-07-15 18:16:16 +02:00
httpmock Prompt for push target during pr create 2020-09-16 14:49:36 +02:00
iostreams Fix gray color presentation across terminals 2020-09-16 17:57:13 +02:00
jsoncolor Add tests for jsoncolor 2020-06-08 16:05:00 +02:00
prompt gh auth login 2020-08-06 12:43:35 -05:00
surveyext Offer different editor modes during release create 2020-08-25 20:20:44 +02:00
text Improve string display width calculation 2020-09-11 11:56:54 +02:00