lollerskates

This commit is contained in:
Alex Janka 2023-04-20 14:13:36 +10:00
parent 1678372c2b
commit c64861fbf5

View file

@ -21,7 +21,6 @@ mod window;
/// Gameboy (DMG-A/B/C) emulator
#[derive(Parser, Debug)]
#[command(author, version, about, long_about = None)]
#[command(group(ArgGroup::new("prints").args(["verbose","cycle_count"])))]
#[command(group(ArgGroup::new("saves").args(["save","no_save"])))]
struct Args {
/// Path to ROM
@ -43,10 +42,6 @@ struct Args {
#[arg(long)]
connect_serial: bool,
/// Show cycle count
#[arg(long)]
cycle_count: bool,
/// Show tile window
#[arg(short, long)]
tile_window: bool,