This commit is contained in:
2025-07-22 13:35:19 +02:00
parent 40ea47b2a1
commit 70d19d09d0
8 changed files with 270 additions and 35 deletions

View File

@@ -41,6 +41,7 @@ func newRootCmd() *cobra.Command {
cmd.AddCommand(newEncryptCmd())
cmd.AddCommand(newDecryptCmd())
cmd.AddCommand(newVersionCmd())
cmd.AddCommand(newInfoCmd())
secret.Debug("newRootCmd completed")