Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BaseCmd = &cobra.Command{
Use: "daemon",
Short: "start vexil as a daemon",
}
View Source
var CheckCmd = &cobra.Command{ Use: "check", Short: "check the daemon is running", Run: CheckRun, }
View Source
var StartCmd = &cobra.Command{ Use: "start", Short: "run the daemon", Run: StartRun, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.