Skip to content

Commit

Permalink
Add lost feature status
Browse files Browse the repository at this point in the history
  • Loading branch information
AJIOB authored and sylvestre committed Jul 16, 2024
1 parent 42db6f1 commit 901923b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/cmdline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ fn get_clap_command() -> clap::Command {
"\n",
" Azure: ",
cfg!(feature = "azure"),
"\n",
" WebDAV: ",
cfg!(feature = "webdav"),
"\n",
" OSS: ",
cfg!(feature = "oss"),
"\n"
))
.args(&[
Expand Down

0 comments on commit 901923b

Please sign in to comment.