-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Closed
Labels
bugSomething isn't workingSomething isn't workingp3Affects a small number of users or is largely cosmeticAffects a small number of users or is largely cosmetic
Description
Describe the bug
Bash shell completions should add a space after completing a command name.
Steps to reproduce the behavior
- If not already, set up completions according to
gh help completion - Type
gh pr ch - Press Tab
Expected vs actual behavior
The word ch expands to checkout without a space after, but I think users would prefer to have a space automatically added after the word so they can easily add an argument. For comparison, git com Tab expands to commit with a space added after.
Ref. spf13/cobra#371
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingp3Affects a small number of users or is largely cosmeticAffects a small number of users or is largely cosmetic