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