We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ce845 commit b510f4aCopy full SHA for b510f4a
src/commands/webdav.rs
@@ -46,6 +46,8 @@ pub struct WebDavCmd {
46
file_access: Option<String>,
47
48
/// Specify directly which snapshot/path to serve
49
+ ///
50
+ /// Snapshot can be identified the following ways: "01a2b3c4" or "latest" or "latest~N" (N >= 0)
51
#[clap(value_name = "SNAPSHOT[:PATH]")]
52
#[merge(strategy=conflate::option::overwrite_none)]
53
snapshot_path: Option<String>,
0 commit comments