Update create-project script
All checks were successful
Run tests / Run tests (push) Successful in 6m42s

This commit is contained in:
Nikita Lisitsa 2026-07-17 17:08:13 +03:00
parent 45fbc7399c
commit 3713f620bb

View file

@ -2,8 +2,9 @@
set -e
if [ "$#" -ne 1 ]; then
if [[ "$#" -ne 1 || "$1" == "-h" || "$1" == "--help" ]]; then
echo "Usage: psemek-create-project <project-name>"
echo "Creates a new psemek project in the current directory"
exit 0
fi