Licensing

This commit is contained in:
AlexSSD7 2023-09-02 20:11:25 +01:00
commit 666f62edf5
3 changed files with 51 additions and 0 deletions

View file

@ -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.")