mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
Remove trailing spaces from bash completion command description (#1520)
This commit is contained in:
parent
25bab5a398
commit
ee75a2b1ed
1 changed files with 1 additions and 1 deletions
|
@ -634,7 +634,7 @@ To load completions for every new session, execute once:
|
||||||
%[1]s completion bash > /usr/local/etc/bash_completion.d/%[1]s
|
%[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.
|
You will need to start a new shell for this setup to take effect.
|
||||||
`, c.Root().Name()),
|
`, c.Root().Name()),
|
||||||
Args: NoArgs,
|
Args: NoArgs,
|
||||||
DisableFlagsInUseLine: true,
|
DisableFlagsInUseLine: true,
|
||||||
ValidArgsFunction: NoFileCompletions,
|
ValidArgsFunction: NoFileCompletions,
|
||||||
|
|
Loading…
Reference in a new issue