various fixes
This commit is contained in:
@@ -20,6 +20,7 @@ enum Commands {
|
||||
struct WordArgs {
|
||||
#[arg(short,long)]
|
||||
input: String,
|
||||
#[arg(short,long)]
|
||||
list_path: String
|
||||
}
|
||||
|
||||
@@ -27,7 +28,9 @@ struct WordArgs {
|
||||
struct FileArgs {
|
||||
#[arg(short,long)]
|
||||
input: String,
|
||||
#[arg(short,long)]
|
||||
list_path: String,
|
||||
#[arg(short,long)]
|
||||
output: String
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user