mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-09-13 14:59:09 +00:00
add doc command
This commit is contained in:
parent
03852b0bca
commit
08cb902aad
5 changed files with 112 additions and 2 deletions
|
@ -32,6 +32,8 @@ func Execute() {
|
|||
func init() {
|
||||
cobra.OnInitialize(initConfig)
|
||||
|
||||
rootCmd.CompletionOptions.DisableDefaultCmd = true
|
||||
|
||||
rootCmd.PersistentFlags().StringVar(&cfgFile, "config", "", "Config File")
|
||||
|
||||
rootCmd.PersistentFlags().Bool("debug", false, "Enable Debug Logging")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue