diff --git a/tools/project-init/everest-project-init b/tools/project-init/everest-project-init index faca1ad..a5dd273 100755 --- a/tools/project-init/everest-project-init +++ b/tools/project-init/everest-project-init @@ -98,6 +98,8 @@ mkheader() { ;; esac printf "${blue}[i]${reset} File header generated successfully.\n" +} + case $1 in -h|--help) usage "$@"