[cln] Code cleanup

This commit is contained in:
2024-02-19 23:03:33 +05:30
parent 7e704ff982
commit f523ee91ff
9 changed files with 34 additions and 114 deletions

View File

@@ -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>
}