remove operation old cmd

This commit is contained in:
Jonas Kaninda
2024-09-10 23:14:09 +02:00
parent c7a03861fe
commit cde82d8cfc

View File

@@ -33,7 +33,6 @@ func Execute() {
func init() {
rootCmd.PersistentFlags().StringP("dbname", "d", "", "Database name")
rootCmd.PersistentFlags().StringVarP(&operation, "operation", "o", "", "Set operation, for old version only")
rootCmd.AddCommand(VersionCmd)
rootCmd.AddCommand(BackupCmd)
rootCmd.AddCommand(RestoreCmd)