cli/pkg/cmd/pr/list
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
..
fixtures Import PR list API implementation to pr/list package 2021-03-24 16:46:42 +01:00
http.go Add --json export flag for issues and pull requests 2021-04-13 20:29:31 +02:00
http_test.go Fix tests broken by incompatible merges 2021-03-30 18:39:37 +02:00
list.go Allow space to be added after completing issue/pr list --state values 2021-07-21 16:12:38 +02:00
list_test.go Merge pull request #3279 from cli/browser-refactor 2021-03-30 16:54:59 +02:00