[v2] Remove platform for now

This commit is contained in:
Lea Anthony 2021-09-20 21:24:30 +10:00
commit 731d73d2e1
2 changed files with 2 additions and 1 deletions

View file

@ -42,7 +42,7 @@ func AddBuildSubcommand(app *clir.Cli, w io.Writer) {
// Setup Platform flag
platform := runtime.GOOS
command.StringFlag("platform", "Platform to target", &platform)
//command.StringFlag("platform", "Platform to target", &platform)
// Verbosity
verbosity := 1

View file

@ -38,6 +38,7 @@ func AddSubCommand(app *clir.Cli, parent *clir.Command, w io.Writer) {
// name is mandatory
if name == "" {
command.PrintHelp()
return fmt.Errorf("no template name given")
}