Skip to content

Commandline Tool Help

Christopher Aliprantis edited this page Apr 3, 2026 · 3 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 "C:path\to\file.dno"

Clone this wiki locally