mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-09 09:09:03 +03:00
feat: support delete operation
This commit is contained in:
@@ -34,6 +34,7 @@ fn app() -> clap::Command<'static> {
|
||||
.long("readonly")
|
||||
.help("Only serve static files, no operations like upload and delete");
|
||||
|
||||
|
||||
let arg_auth = Arg::new("auth")
|
||||
.short('a')
|
||||
.long("auth")
|
||||
|
||||
Reference in New Issue
Block a user