maurice 1.3.0

Maurice, a Thomson MO5 emulator
Documentation
1
2
3
4
5
6
7
8
use clap::Parser;

#[derive(Parser, Debug)]
#[command(version, about, long_about = None)]
pub struct Args {
    #[arg(long)]
    pub k7: Option<String>,
}