Skip to content

Latest commit

 

History

History
 
 

app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

CLI application

Requirements

Build

cargo build

Run

Start interactive REPL:

cargo run

Run a file:

cargo run -- run <filepath>

Print available command-line options:

cargo run -- --help