mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
simulator: add option to disable BugBase
This commit is contained in:
parent
09e6bb5438
commit
51e3a04668
2 changed files with 73 additions and 40 deletions
|
@ -46,6 +46,8 @@ pub struct SimulatorCLI {
|
|||
pub differential: bool,
|
||||
#[clap(subcommand)]
|
||||
pub subcommand: Option<SimulatorCommand>,
|
||||
#[clap(long, help = "disable BugBase", default_value_t = false)]
|
||||
pub disable_bugbase: bool,
|
||||
}
|
||||
|
||||
#[derive(Parser, Debug, Clone, Serialize, Deserialize, PartialEq, PartialOrd, Eq, Ord)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue