Skip to content

Commit

Permalink
colors
Browse files Browse the repository at this point in the history
  • Loading branch information
jamonholmgren committed Nov 29, 2023
1 parent 9f61d01 commit 854f439
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions src/cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,17 +167,19 @@ main() {

# Help command if provided -h or --help

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

0 comments on commit 854f439

Please sign in to comment.