mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: alias of datadir.static-files and upate book cli (#10856)
Signed-off-by: 9547 <29431502+9547@users.noreply.github.com>
This commit is contained in:
@ -20,7 +20,12 @@ pub struct DatadirArgs {
|
||||
pub datadir: MaybePlatformPath<DataDirPath>,
|
||||
|
||||
/// The absolute path to store static files in.
|
||||
#[arg(long = "datadir.static_files", verbatim_doc_comment, value_name = "PATH")]
|
||||
#[arg(
|
||||
long = "datadir.static-files",
|
||||
alias = "datadir.static_files",
|
||||
value_name = "PATH",
|
||||
verbatim_doc_comment
|
||||
)]
|
||||
pub static_files_path: Option<PathBuf>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user