We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5025fe2 commit 9c0cd52Copy full SHA for 9c0cd52
cli/templateinit.go
@@ -36,7 +36,7 @@ func templateInit() *cobra.Command {
36
37
_, _ = fmt.Fprintln(cmd.OutOrStdout(), cliui.Styles.Wrap.Render(
38
"A template defines infrastructure as code to be provisioned "+
39
- "for individual developer workspaces. Select an example to get started:\n"))
+ "for individual developer workspaces. Select an example to be copied to the active directory:\n"))
40
option, err := cliui.Select(cmd, cliui.SelectOptions{
41
Options: exampleNames,
42
})
0 commit comments