Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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