chore(args): move root argument to position argument

This commit is contained in:
thek4n 2026-02-21 13:36:12 +03:00
parent fe9d32ec19
commit 6bcf654ffc

View File

@ -44,7 +44,7 @@ struct Args {
port: u16,
/// Markdown documents directory root
#[arg(short, long)]
#[arg()]
root: PathBuf,
}