cli/pkg/cmd/pr
Mislav Marohnić db8204dc56 Allow space to be added after completing issue/pr list --state values
The "nospace" directive instructs the shell completion logic to avoid
adding a space after completing the word. However, this feature was
broken in an older Cobra, and users still saw a space character added.
In most case we want the space because we anticipate that the user might
want to add extra arguments to the command.
2021-07-21 16:12:38 +02:00
..
checkout Fix pr checkout setting up git push configuration 2021-05-25 15:43:18 +02:00
checks Fix preloading of pr reviews, checks, and issue/pr comments 2021-05-18 17:13:27 +02:00
close Export more IDs in issue/pr JSON payload 2021-05-18 18:19:28 +02:00
comment Eliminate API overfetching in pr commands 2021-04-30 20:34:36 +02:00
create Allow setting empty body via editor in issue/pr create 2021-06-04 21:50:51 +02:00
diff Fix tests 2021-05-07 22:09:58 +02:00
edit Export more IDs in issue/pr JSON payload 2021-05-18 18:19:28 +02:00
list Allow space to be added after completing issue/pr list --state values 2021-07-21 16:12:38 +02:00
merge Never prompt to delete branch if --auto was given 2021-07-20 19:49:19 +02:00
ready Fix tests 2021-05-07 22:09:58 +02:00
reopen Fix tests 2021-05-07 22:09:58 +02:00
review Fix tests 2021-05-07 22:09:58 +02:00
shared 💅 grammar in comment 2021-06-10 14:09:43 +02:00
status Remove unnecessary commits stubs from fixtures 2021-05-21 17:37:21 +02:00
view modified HexToRGB to check whether terminal and gh have color enabled, as well as created tests for HexToRGB 2021-07-03 17:09:25 -07:00
pr.go Pr edit command 2021-02-12 10:08:44 -08:00