mirror of
https://github.com/spf13/cobra
synced 2024-11-16 10:47:09 +00:00
Remove indentation causing RST errors
This commit is contained in:
parent
4fd30b69ee
commit
cb666582e9
1 changed files with 2 additions and 2 deletions
|
@ -616,9 +616,9 @@ $ source <(%[1]s completion bash)
|
|||
|
||||
To load completions for every new session, execute once:
|
||||
Linux:
|
||||
$ %[1]s completion bash > /etc/bash_completion.d/%[1]s
|
||||
$ %[1]s completion bash > /etc/bash_completion.d/%[1]s
|
||||
MacOS:
|
||||
$ %[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.
|
||||
`, c.Root().Name()),
|
||||
|
|
Loading…
Reference in a new issue