cli/pkg/cmd/issue/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 💅 cleanup switching to search mode in issue list 2021-03-23 18:08:14 +01:00
http.go Add --json export flag for issues and pull requests 2021-04-13 20:29:31 +02:00
http_test.go Add --json export flag for issues and pull requests 2021-04-13 20:29:31 +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 Fix tests broken by incompatible merges 2021-03-30 18:39:37 +02:00