mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-24 14:45:00 -07:00
add handling for too many args
This commit is contained in:
@@ -119,4 +119,6 @@ if [[ $# -eq 1 ]]; then
|
||||
|
||||
run_demo
|
||||
exit 0
|
||||
else
|
||||
panic "Too many arguments!"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user