Show version
This commit is contained in:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user