Skip to content

Commit

Permalink
Update opts.go
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoehler authored Jan 31, 2025
1 parent 799e6e5 commit 8bfb6a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/opts/opts.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ type CreateEnvOpts struct {
StatePath string `long:"state" value-name:"PATH" description:"State file path"`
Recreate bool `long:"recreate" description:"Recreate VM in deployment"`
RecreatePersistentDisks bool `long:"recreate-persistent-disks" description:"Recreate persistent disks in the deployment"`
AvoidIsolatedEnv bool `long:"avoid-isolated-environment" short:"I" description:"Compile and run cpi-commands in a clean environment or not"`
PackageDir string `long:"package-dir" value-name:"DIR" description:"Package cache location override"`
cmd
}
Expand Down

0 comments on commit 8bfb6a6

Please sign in to comment.