mirror of
https://github.com/spf13/cobra
synced 2024-11-16 18:57:08 +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:
|
To load completions for every new session, execute once:
|
||||||
Linux:
|
Linux:
|
||||||
$ %[1]s completion bash > /etc/bash_completion.d/%[1]s
|
$ %[1]s completion bash > /etc/bash_completion.d/%[1]s
|
||||||
MacOS:
|
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.
|
You will need to start a new shell for this setup to take effect.
|
||||||
`, c.Root().Name()),
|
`, c.Root().Name()),
|
||||||
|
|
Loading…
Reference in a new issue