6 lines
72 B
Rust
6 lines
72 B
Rust
|
use clap::Parser;
|
||
|
|
||
|
#[derive(Debug,Parser)]
|
||
|
pub struct BytePusherArgs{
|
||
|
|
||
|
}
|