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 803e900 commit 83f218aCopy full SHA for 83f218a
cmd/create.go
@@ -51,6 +51,7 @@ func (c CreateCmd) Create(ctx context.Context, ci create.CreateInput) error {
51
spinner.Fail("Failed to copy template files")
52
return fmt.Errorf("failed to copy template files: %w", err)
53
}
54
+ spinner.Success()
55
56
nextSteps, err := create.InstallDependencies(appPath, ci)
57
if err != nil {
0 commit comments