Skip to content

Commit 901923b

Browse files
AJIOBsylvestre
authored andcommitted
Add lost feature status
1 parent 42db6f1 commit 901923b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/cmdline.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,12 @@ fn get_clap_command() -> clap::Command {
119119
"\n",
120120
" Azure: ",
121121
cfg!(feature = "azure"),
122+
"\n",
123+
" WebDAV: ",
124+
cfg!(feature = "webdav"),
125+
"\n",
126+
" OSS: ",
127+
cfg!(feature = "oss"),
122128
"\n"
123129
))
124130
.args(&[

0 commit comments

Comments
 (0)