fix: Add explicit message when crew already exists in gt start crew

This commit is contained in:
Steve Yegge
2025-12-25 13:18:34 -08:00
parent be05c6b2ab
commit 3c2522965a

View File

@@ -643,6 +643,8 @@ func runStartCrew(cmd *cobra.Command, args []string) error {
style.Bold.Render("✓"), rigName, name)
} else if err != nil {
return fmt.Errorf("getting crew worker: %w", err)
} else {
fmt.Printf("Crew workspace %s/%s exists\n", rigName, name)
}
// Ensure crew workspace is on main branch