i added so much that its hard to remember what i added.

This commit is contained in:
2025-02-05 19:23:49 +01:00
parent 04a0efcfd7
commit 3f2c628830
9 changed files with 226 additions and 132 deletions
+13
View File
@@ -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.