various fixes

This commit is contained in:
2025-07-13 22:04:16 +02:00
parent 768bab6d57
commit 73ba03a816
4 changed files with 49 additions and 21 deletions

View File

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