From 1f94ae23ffa8c73ec11aa50a09c4e0d8b61aec74 Mon Sep 17 00:00:00 2001 From: AJIOB Date: Tue, 16 Jul 2024 11:58:41 +0300 Subject: [PATCH] Add lost feature status --- src/cmdline.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/cmdline.rs b/src/cmdline.rs index df2c28f2c..8a55023e7 100644 --- a/src/cmdline.rs +++ b/src/cmdline.rs @@ -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(&[