Skip to content

Commit

Permalink
Remove unused region flag
Browse files Browse the repository at this point in the history
  • Loading branch information
gordon-klotho committed Aug 16, 2024
1 parent e1b3124 commit 9909539
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/klotho/up.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import (

var upConfig struct {
stateDir string
region string
debugMode string
debugPort int
}
Expand All @@ -33,7 +32,6 @@ func newUpCmd() *cobra.Command {
}
flags := upCommand.Flags()
flags.StringVar(&upConfig.stateDir, "state-directory", "", "State directory")
flags.StringVarP(&upConfig.region, "region", "r", "us-west-2", "AWS region")
flags.StringVar(&upConfig.debugMode, "debug", "", "Debug mode")
flags.IntVar(&upConfig.debugPort, "debug-port", 5678, "Language Host Debug port")
return upCommand
Expand Down

0 comments on commit 9909539

Please sign in to comment.