mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Turn export_path into flag for sled
This commit is contained in:
parent
2c77d60f5e
commit
686be1d93b
1 changed files with 1 additions and 0 deletions
|
@ -702,6 +702,7 @@ struct Sled {
|
|||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
cache_capacity: Option<u64>,
|
||||
|
||||
#[arg(short, long)]
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
export_path: Option<PathBuf>,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue