Licensing
This commit is contained in:
parent
91aec5d214
commit
666f62edf5
3 changed files with 51 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ func init() {
|
|||
rootCmd.AddCommand(cleanCmd)
|
||||
rootCmd.AddCommand(buildCmd)
|
||||
rootCmd.AddCommand(versionCmd)
|
||||
rootCmd.AddCommand(copyrightCmd)
|
||||
|
||||
rootCmd.PersistentFlags().BoolVar(&vmDebugFlag, "vm-debug", false, "Enables the VM debug mode. This will open an accessible VM monitor. You can log in with root user and no password.")
|
||||
rootCmd.PersistentFlags().BoolVar(&unrestrictedNetworkingFlag, "vm-unrestricted-networking", false, "Enables unrestricted networking. This will allow the VM to connect to the internet.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue