Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "entrypoint", Short: "Generic entrypoint program", Long: "An entry for tasks to be executed in a unified order", PreRunE: func(cmd *cobra.Command, args []string) error { return entryFlags.validate() }, RunE: func(cmd *cobra.Command, args []string) error { var err error if err = watchWaitFile(); err != nil { return err } return execCmdAndArgs(args) }, }
Functions ¶
This section is empty.
Types ¶
type EntryFlags ¶
type EntryFlags struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.