Skip to content

Commit

Permalink
Amend
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph committed Dec 26, 2024
1 parent eb444ed commit d47b13d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/subcommand/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,13 @@ pub struct Server {
#[arg(
long,
default_value_t = true,
action = clap::ArgAction::SetFalse,
conflicts_with = "disable_json_api",
help = "Enable JSON API (enabled by default)"
)]
pub(crate) enable_json_api: bool,
#[arg(
long,
default_value_t = false,
action = clap::ArgAction::SetTrue,
conflicts_with = "enable_json_api",
help = "Disable JSON API"
)]
Expand Down

0 comments on commit d47b13d

Please sign in to comment.