mirror of
https://github.com/spf13/cobra
synced 2025-05-05 12:57:22 +00:00
Remove trailing spaces from bash completion command description
This commit is contained in:
parent
c1973d31bf
commit
df47922093
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ MacOS:
|
|||
$ %[1]s completion bash > /usr/local/etc/bash_completion.d/%[1]s
|
||||
|
||||
You will need to start a new shell for this setup to take effect.
|
||||
`, c.Root().Name()),
|
||||
`, c.Root().Name()),
|
||||
Args: NoArgs,
|
||||
DisableFlagsInUseLine: true,
|
||||
ValidArgsFunction: NoFileCompletions,
|
||||
|
|
Loading…
Add table
Reference in a new issue