Skip to content

Commit

Permalink
Coloration
Browse files Browse the repository at this point in the history
  • Loading branch information
jamonholmgren committed Nov 29, 2023
1 parent 89c3707 commit 848a64d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,20 +167,20 @@ main() {

# Help command if provided -h or --help

echo "Usage: qub [command|option]"
echo "${CYAN}Usage: qub [command|option]${END}"
echo ""
echo "Commands:"
echo " create Create a new Qub QB64 web project"
echo " ${CYAN}create${END} Create a new Qub QB64 web project"
echo ""
echo "Options:"
echo " -h, --help Show help"
echo " -v, --version Show version number"
echo " ${YELLOW}-h${END}, ${YELLOW}--help${END} Show help"
echo " ${YELLOW}-v${END}, ${YELLOW}--version${END} Show version number"
echo ""
echo "Examples:"
echo " qub create"
echo " ${CYAN}qub create${END}"
echo ""
echo "If you need more help, please visit:"
echo " https://github.com/jamonholmgren/qub"
echo " ${DKGRAY}https://github.com/jamonholmgren/qub${END}"
echo ""
return 0
}
Expand Down

0 comments on commit 848a64d

Please sign in to comment.