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
|
@ -10,8 +10,8 @@ import (
|
|||
// configureCmd represents the configure command
|
||||
var configureCmd = &cobra.Command{
|
||||
Use: "configure",
|
||||
Short: "configure saves the provided global flags to the config file",
|
||||
Long: `configure saves the provided global flags to the config file.
|
||||
Short: "Configure saves the provided global flags to the Config File",
|
||||
Long: `Configure saves the provided global flags to the Config File.
|
||||
this makes using the cli easier as they don't have to be specifed all the time.`,
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue