Show version

This commit is contained in:
Simon Gellis 2026-02-27 00:05:53 -05:00
parent acd7a27c5b
commit e222f1bae5
No known key found for this signature in database
GPG Key ID: DA576912FED9577B
1 changed files with 1 additions and 0 deletions

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>,