Skip to content

Commit

Permalink
vm: hide nested virtualization flag temporarily
Browse files Browse the repository at this point in the history
Signed-off-by: Abiola Ibrahim <[email protected]>
  • Loading branch information
abiosoft committed Aug 6, 2024
1 parent 2ffc18f commit a8ffb4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ func init() {
// nested virtualization
if util.M3() && util.MacOS15OrNewer() {
startCmd.Flags().BoolVarP(&startCmdArgs.NestedVirtualization, "nested-virtualization", "z", false, "enable nested virtualization")
startCmd.Flag("nested-virtualization").Hidden = true
}
}

Expand Down

0 comments on commit a8ffb4c

Please sign in to comment.