i added so much that its hard to remember what i added.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
--- 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.
|
||||
Reference in New Issue
Block a user