Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit e2bea45

Browse files
committed
Remove unused region flag
1 parent 6d9cdf4 commit e2bea45

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/klotho/up.go

-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import (
2020

2121
var upConfig struct {
2222
stateDir string
23-
region string
2423
debugMode string
2524
debugPort int
2625
}
@@ -33,7 +32,6 @@ func newUpCmd() *cobra.Command {
3332
}
3433
flags := upCommand.Flags()
3534
flags.StringVar(&upConfig.stateDir, "state-directory", "", "State directory")
36-
flags.StringVarP(&upConfig.region, "region", "r", "us-west-2", "AWS region")
3735
flags.StringVar(&upConfig.debugMode, "debug", "", "Debug mode")
3836
flags.IntVar(&upConfig.debugPort, "debug-port", 5678, "Language Host Debug port")
3937
return upCommand

0 commit comments

Comments
 (0)