chore: remove dbport from command flag

This commit is contained in:
Jonas Kaninda
2024-08-30 21:23:02 +02:00
parent cfe9f7bb59
commit f74ecfa87d
4 changed files with 0 additions and 5 deletions

View File

@@ -30,7 +30,6 @@ func Execute() {
func init() {
rootCmd.PersistentFlags().StringP("dbname", "d", "", "Database name")
rootCmd.PersistentFlags().IntP("port", "p", 5432, "Database port")
rootCmd.AddCommand(VersionCmd)
rootCmd.AddCommand(BackupCmd)
rootCmd.AddCommand(RestoreCmd)