mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-09-13 14:59:09 +00:00
rename executable, add goreleaser
This commit is contained in:
parent
ecbb7c88cd
commit
78d3c80b28
7 changed files with 88 additions and 6 deletions
|
@ -12,7 +12,7 @@ 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.
|
||||
this makes using the cli easier as they don't have to be specifed all the time.`,
|
||||
this makes using the cli easier as they don't have to be specified all the time.`,
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
|
||||
if viper.ConfigFileUsed() == "" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue