Skip to content
Snippets Groups Projects
Verified Commit 045a0c4d authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

chore: new positional argument

parent b8ff6a3e
No related branches found
No related tags found
No related merge requests found
Pipeline #3144 passed
...@@ -756,7 +756,7 @@ struct Args { ...@@ -756,7 +756,7 @@ struct Args {
)] )]
cycles: u64, cycles: u64,
#[arg(short, long, default_value_t = String::from(DEFAULT_ROM_PATH), help = "Path to the ROM file to be loaded")] #[arg(default_value_t = String::from(DEFAULT_ROM_PATH), help = "Path to the ROM file to be loaded")]
rom_path: String, rom_path: String,
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment