From 0f5dd40137b45c89d136f4404f08b1106b7379a0 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Fri, 19 Aug 2022 09:19:06 +0000 Subject: [PATCH] cli: remove confirm prompt when starting a workspace --- cli/start.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/cli/start.go b/cli/start.go index bb062903c61c9..a3fd586a0d9b9 100644 --- a/cli/start.go +++ b/cli/start.go @@ -17,14 +17,6 @@ func start() *cobra.Command { Short: "Build a workspace with the start state", Args: cobra.ExactArgs(1), RunE: func(cmd *cobra.Command, args []string) error { - _, err := cliui.Prompt(cmd, cliui.PromptOptions{ - Text: "Confirm start workspace?", - IsConfirm: true, - }) - if err != nil { - return err - } - client, err := createClient(cmd) if err != nil { return err pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy