workspace: update envDoesNotExist message

This commit is contained in:
Brittan DeYoung 2022-08-31 13:36:31 -04:00
parent 7110ec8b0c
commit 409bd667c3

View File

@ -68,7 +68,8 @@ const (
envDoesNotExist = `
Workspace %q doesn't exist.
You can create this workspace with the "new" subcommand.`
You can create this workspace with the "new" subcommand
or inclde the "-or-create" flag to the "select" subcommand.`
envChanged = `[reset][green]Switched to workspace %q.`