We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
legacy-ui
1 parent 9f6c3d4 commit 6cca383Copy full SHA for 6cca383
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