Skip to content

Commit

Permalink
cli tips
Browse files Browse the repository at this point in the history
  • Loading branch information
venjiang committed Jan 24, 2025
1 parent dff9ef4 commit a69b2dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cli/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ var initCmd = &cobra.Command{

log.SuccessStatusEvent(os.Stdout, "Congratulations! You have initialized the stream function successfully.")
log.InfoStatusEvent(os.Stdout, "You can enjoy the YoMo Stream Function via the command: ")
log.InfoStatusEvent(os.Stdout, "\tStep 1: cd %s && yomo build", name)
log.InfoStatusEvent(os.Stdout, "\tStep 2: yomo run")
log.InfoStatusEvent(os.Stdout, "\tcd %s && yomo run", name)

Check warning on line 94 in cli/init.go

View check run for this annotation

Codecov / codecov/patch

cli/init.go#L94

Added line #L94 was not covered by tests
},
}

Expand Down

0 comments on commit a69b2dd

Please sign in to comment.