Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DevCommand = &command.Command{ Cmd: &cobra.Command{ Use: "dev", Short: "Monitor your project during development", Args: cobra.ExactArgs(0), Example: "flow dev", }, Flags: &devFlags, RunS: dev, }
Functions ¶
This section is empty.
Types ¶
type FlagsSetup ¶
type FlagsSetup struct {
Scaffold bool `default:"" flag:"scaffold" info:"Use provided scaffolds for project creation"`
}
Click to show internal directories.
Click to hide internal directories.