diff --git a/cmd/tools/vcreate.v b/cmd/tools/vcreate.v index 65e85740af..b09011bbc8 100644 --- a/cmd/tools/vcreate.v +++ b/cmd/tools/vcreate.v @@ -160,7 +160,7 @@ fn create(args []string) { if c.version == '' { c.version = default_version } - default_license := 'MIT' + default_license := os.getenv_opt('VLICENSE') or {'MIT'} c.license = os.input('Input your project license: ($default_license) ') if c.license == '' { c.license = default_license