[cln] Code cleanup
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
use clap::Parser;
|
||||
|
||||
#[derive(Debug,Parser)]
|
||||
#[command(version, about, long_about = "Byte Pusher Emulator")]
|
||||
pub struct BytePusherArgs{
|
||||
|
||||
#[arg(short,long)]
|
||||
pub file_name:Option<String>
|
||||
}
|
Reference in New Issue
Block a user