Improve CLI Help output format
1. Some command printouts with emoji ,but some don't ... make it standard and do not use emoji in the outputs
2. When an invalid command is entered, show the related help command as a reference
3. Delete the following text, no need anymore!
4. Indents are not clear
abp help new commands write the following output but the indents are not very good aligned, we can use a different formatting to show the related categories
maybe we can use an output like this -> example-cli-output.zip. extract the zip file and run the example-cli-output.bat to see the output
You can refer to this resource for a standardized CLI experience: https://bettercli.org/design/cli-help-page/
maybe we can use an output like this -> example-cli-output.zip. extract the zip file and run the
example-cli-output.batto see the output
I disagree with the output. We don't need to explain all the templates in this help text. We can list only template names that can be used as a parameter. Detailed template help can be integrated into a specific template help command, such as abp new microservice --help. This will make the current help much clearer, and the template‑specific detailed explanation will be presented only for the selected template, avoiding confusion
Also community suggests Pager for that much long contents.