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 FlixCmd = &cobra.Command{ Use: "flix", Short: "execute, package", TraverseChildren: true, GroupID: "tools", }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.