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 2cc2438 commit 66d4e7bCopy full SHA for 66d4e7b
cmd/create.go
@@ -37,7 +37,7 @@ func (c CreateCmd) Create(ctx context.Context, ci CreateInput) error {
37
return fmt.Errorf("failed to create directory: %w", err)
38
}
39
40
- pterm.Sprintf("\nCreating a new %s %s\n", ci.Language, ci.Template)
+ pterm.Printfln("\nCreating a new %s %s", ci.Language, ci.Template)
41
42
spinner, _ := pterm.DefaultSpinner.Start("Copying template files...")
43
0 commit comments