By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.
Problem/Feature
When creating a new project without specifying any arguments, the non-interactive command tip showed at the end was missing the sub command (create, help, etc).
For example, before:
$ go-blueprint create
____ _ _ _
| _ \| | (_) | |
| |_) | |_ _ ___ _ __ _ __ _ _ __ | |_
| _ <| | | | |/ _ \ '_ \| '__| | '_ \| __|
| |_) | | |_| | __/ |_) | | | | | | | |_
|____/|_|\__,_|\___| .__/|_| |_|_| |_|\__|
| |
|_|
What is the name of your project?
...
Tip: Repeat the equivalent Blueprint with the following non-interactive command:
• go-blueprint --name test --framework echo --driver none
When repeating the command go-blueprint --name test --framework echo --driver none it wouldn't create the project structure, as the word create was missing.
Now, the output is:
Tip: Repeat the equivalent Blueprint with the following non-interactive command:
• go-blueprint create --name test --framework echo --driver none
Description of Changes:
Fixes non-interactive command tip message at the end of the create command.
Checklist
[x] I have self-reviewed the changes being requested
[x] I have updated the documentation (if applicable)[does not apply]
By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.
Problem/Feature
When creating a new project without specifying any arguments, the non-interactive command tip showed at the end was missing the sub command (create, help, etc).
For example, before:
When repeating the command
go-blueprint --name test --framework echo --driver none
it wouldn't create the project structure, as the wordcreate
was missing.Now, the output is:
Description of Changes:
Checklist