Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DevCommand = &command.Command{ Cmd: &cobra.Command{ Use: "dev", Short: "Build your Flow project", Args: cobra.ExactArgs(0), Example: "flow dev", GroupID: "super", }, Flags: &devFlags, RunS: dev, }
View Source
var FlixCommand = &command.Command{ Cmd: &cobra.Command{ Use: "flix <id | name | path>", Short: "Execute FLIX template with a given id, name, or local filename", Example: "flow flix multiply 2 3", Args: cobra.ArbitraryArgs, GroupID: "super", }, Flags: &flags, RunS: execute, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.