Update create-project script
All checks were successful
Run tests / Run tests (push) Successful in 6m42s
All checks were successful
Run tests / Run tests (push) Successful in 6m42s
This commit is contained in:
parent
45fbc7399c
commit
3713f620bb
1 changed files with 2 additions and 1 deletions
|
|
@ -2,8 +2,9 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
if [ "$#" -ne 1 ]; then
|
if [[ "$#" -ne 1 || "$1" == "-h" || "$1" == "--help" ]]; then
|
||||||
echo "Usage: psemek-create-project <project-name>"
|
echo "Usage: psemek-create-project <project-name>"
|
||||||
|
echo "Creates a new psemek project in the current directory"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue