Merge: toast-mjxm0mmo (gt-cikbu) - Add spawn as alias for start subcommand across roles
This commit is contained in:
@@ -241,6 +241,7 @@ var crewPrevCmd = &cobra.Command{
|
|||||||
|
|
||||||
var crewStartCmd = &cobra.Command{
|
var crewStartCmd = &cobra.Command{
|
||||||
Use: "start <rig> [name]",
|
Use: "start <rig> [name]",
|
||||||
|
Aliases: []string{"spawn"},
|
||||||
Short: "Start crew worker(s) in a rig",
|
Short: "Start crew worker(s) in a rig",
|
||||||
Long: `Start crew workers in a rig, creating workspaces if they don't exist.
|
Long: `Start crew workers in a rig, creating workspaces if they don't exist.
|
||||||
|
|
||||||
|
|||||||
@@ -40,6 +40,7 @@ and check status.`,
|
|||||||
|
|
||||||
var deaconStartCmd = &cobra.Command{
|
var deaconStartCmd = &cobra.Command{
|
||||||
Use: "start",
|
Use: "start",
|
||||||
|
Aliases: []string{"spawn"},
|
||||||
Short: "Start the Deacon session",
|
Short: "Start the Deacon session",
|
||||||
Long: `Start the Deacon tmux session.
|
Long: `Start the Deacon tmux session.
|
||||||
|
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ into integration branches and ultimately to main.`,
|
|||||||
|
|
||||||
var refineryStartCmd = &cobra.Command{
|
var refineryStartCmd = &cobra.Command{
|
||||||
Use: "start [rig]",
|
Use: "start [rig]",
|
||||||
|
Aliases: []string{"spawn"},
|
||||||
Short: "Start the refinery",
|
Short: "Start the refinery",
|
||||||
Long: `Start the Refinery for a rig.
|
Long: `Start the Refinery for a rig.
|
||||||
|
|
||||||
|
|||||||
@@ -39,6 +39,7 @@ that seem blocked, and reports status to the mayor.`,
|
|||||||
|
|
||||||
var witnessStartCmd = &cobra.Command{
|
var witnessStartCmd = &cobra.Command{
|
||||||
Use: "start <rig>",
|
Use: "start <rig>",
|
||||||
|
Aliases: []string{"spawn"},
|
||||||
Short: "Start the witness",
|
Short: "Start the witness",
|
||||||
Long: `Start the Witness for a rig.
|
Long: `Start the Witness for a rig.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user