Files
ByteDiceAssistant/help.txt
T

13 lines
345 B
Plaintext

--- Run command ---
cargo run [-- {options}]
Examples:
cargo run
cargo run -- --dev
cargo run -- --py --dev
--- Options: ---
--h, --help - View this text.
--dev - Run in dev mode. Disables certain security measures.
--rs - Only run the Rust portion of the program.
--py - Only run the Python portion of the program.