Documentation ¶ Index ¶ Variables Constants ¶ This section is empty. Variables ¶ View Source var Cmd = &cobra.Command{ Use: "start", Short: "start some process by id or name", Run: func(cmd *cobra.Command, args []string) { cmdRun(args, flag.Json()) }, } Functions ¶ This section is empty. Types ¶ This section is empty. Source Files ¶ View all Source files start.go Click to show internal directories. Click to hide internal directories.