-
Notifications
You must be signed in to change notification settings - Fork 0
Commandline Tool Help
Christopher Aliprantis edited this page Apr 20, 2026
·
4 revisions
--help
gives a menu of commandline flags.
example: & "C:path\to\dino" --help
-h
gives link to the wiki
example: & "C:path\to\dino" -h true
-c or --code
a string of Dino code to run if you don't have a file
example: & "C:path\to\dino" -c "print(:Hello, World!:)"
-f or --file
the file to run
example: & "C:path\to\dino" -f "file.dno" example: & "C:path\to\dino" -f "math.dno, file.dno"