chore(args): move root argument to position argument
This commit is contained in:
parent
fe9d32ec19
commit
6bcf654ffc
@ -44,7 +44,7 @@ struct Args {
|
|||||||
port: u16,
|
port: u16,
|
||||||
|
|
||||||
/// Markdown documents directory root
|
/// Markdown documents directory root
|
||||||
#[arg(short, long)]
|
#[arg()]
|
||||||
root: PathBuf,
|
root: PathBuf,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user