This commit is contained in:
Omar Abdulla
2025-10-05 16:26:03 +03:00
parent 970917ca43
commit bd8ee26297
3 changed files with 8 additions and 12 deletions
-4
View File
@@ -602,10 +602,6 @@ pub struct KitchensinkConfiguration {
value_parser = parse_duration
)]
pub start_timeout_ms: Duration,
/// This configures the tool to use Kitchensink instead of using the revive-dev-node.
#[clap(long = "kitchensink.dont-use-dev-node")]
pub use_kitchensink: bool,
}
/// A set of configuration parameters for the revive dev node.