Add some documentation in the cli help output
This commit is contained in:
@@ -21,9 +21,12 @@ use crate::basic_uart::BasicUart;
|
|||||||
|
|
||||||
mod execload;
|
mod execload;
|
||||||
|
|
||||||
|
/// Taitep's RISC-V Emulator
|
||||||
#[derive(Parser)]
|
#[derive(Parser)]
|
||||||
struct Args {
|
struct Args {
|
||||||
|
/// Path to ELF or raw binary executable to load
|
||||||
executable: PathBuf,
|
executable: PathBuf,
|
||||||
|
/// Make CPU wait for a GDB connection before starting execution
|
||||||
#[arg(long)]
|
#[arg(long)]
|
||||||
wait: bool,
|
wait: bool,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user