chore: remove dbport from command flag

This commit is contained in:
Jonas Kaninda
2024-08-30 21:21:21 +02:00
parent 662b73579d
commit a2cec86e73
4 changed files with 0 additions and 54 deletions

View File

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