Adding auto-generated docs.
This commit is contained in:
parent
ef935d58b8
commit
0a5607d5b4
36 changed files with 1341 additions and 3 deletions
|
@ -15,8 +15,8 @@ Copy australis.completion.sh into the correct folder and rename to australis
|
|||
In Linux, this directory is usually /etc/bash_completion.d/
|
||||
In MacOS this directory is $(brew --prefix)/etc/bash_completion.d if auto completion was install through brew.
|
||||
`,
|
||||
PersistentPreRun: func(cmd *cobra.Command, args []string) {}, //We don't need a realis client for this cmd
|
||||
PersistentPostRun: func(cmd *cobra.Command, args []string) {}, //We don't need a realis client for this cmd
|
||||
PersistentPreRun: func(cmd *cobra.Command, args []string) {}, // We don't need a realis client for this cmd
|
||||
PersistentPostRun: func(cmd *cobra.Command, args []string) {}, // We don't need a realis client for this cmd
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
rootCmd.GenBashCompletionFile(filename)
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue