We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
legacy-ui
1 parent a7ae178 commit 96861b4Copy full SHA for 96861b4
src/http-server/src/cli/command/start.rs
@@ -23,6 +23,9 @@ pub struct StartOpt {
23
/// Enable CORS with a permissive policy
24
#[clap(long, default_value = "false")]
25
pub cors: bool,
26
+ /// Use widely supported File Explorer UI
27
+ #[clap(long, default_value = "false")]
28
+ pub legacy_ui: bool,
29
}
30
31
impl From<&StartOpt> for Config {
0 commit comments