Add 'Examples' section to usage

This commit is contained in:
0x1eef 2024-09-24 16:14:28 -03:00
parent 687afc693a
commit 928d6b42f3

View file

@ -25,6 +25,8 @@ case $1 in
printf "\n" printf "\n"
printf "General\n" printf "General\n"
printf " [n]ew Create a new project from a specified skeleton\n" printf " [n]ew Create a new project from a specified skeleton\n"
printf " [l]ist List available skeletons\n" printf " [l]ist List available skeletons\n\n"
printf "Examples\n"
printf " user@localhost$ webskel new myapp dolphins7\n"
;; ;;
esac esac