Show version
This commit is contained in:
parent
acd7a27c5b
commit
e222f1bae5
|
|
@ -7,6 +7,7 @@ use crate::{emulator::SimId, persistence::Persistence, window::DisplayMode};
|
|||
use std::path::PathBuf;
|
||||
|
||||
#[derive(Parser)]
|
||||
#[command(version, long_version = env!("CARGO_PKG_VERSION"))]
|
||||
pub struct CliArgs {
|
||||
/// The path to a virtual boy ROM to run.
|
||||
pub rom: Option<PathBuf>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue