Files
byte-pusher-emu/src/args.rs

6 lines
72 B
Rust
Raw Normal View History

2024-02-16 23:13:59 +05:30
use clap::Parser;
#[derive(Debug,Parser)]
pub struct BytePusherArgs{
}