Show version

This commit is contained in:
2026-02-27 00:05:53 -05:00
parent acd7a27c5b
commit e222f1bae5
+1
View File
@@ -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>,