latest from ai, it broke the tests
This commit is contained in:
@@ -28,7 +28,7 @@ func newRootCmd() *cobra.Command {
|
||||
|
||||
secret.Debug("Adding subcommands to root command")
|
||||
// Add subcommands
|
||||
cmd.AddCommand(newInitCmd())
|
||||
cmd.AddCommand(NewInitCmd())
|
||||
cmd.AddCommand(newGenerateCmd())
|
||||
cmd.AddCommand(newVaultCmd())
|
||||
cmd.AddCommand(newAddCmd())
|
||||
|
||||
Reference in New Issue
Block a user