Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cobra.Command{ Use: "validate", Short: "Validate given shigoto file", Args: cobra.ExactArgs(1), RunE: func(_ *cobra.Command, args []string) error { if _, err := shigoto.Load(args[0]); err != nil { return err } fmt.Println("OK") return nil }, }
Command launches the validate subcommand.
Functions ¶
This section is empty.
Types ¶
This section is empty.