forked from Rativel/BurritOS
Add launch argument parser, add debug parameter to machine
burritos now launch binary
This commit is contained in:
@@ -7,4 +7,7 @@ edition = "2021"
|
||||
protocol = "sparse"
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.0"
|
||||
cc = "1.0"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.2.1", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user