Adding auto-generated docs.

This commit is contained in:
Renan DelValle 2019-03-21 15:49:40 -07:00
parent ef935d58b8
commit 0a5607d5b4
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
36 changed files with 1341 additions and 3 deletions

View file

@ -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)
},