Skip to content

Commit b454a7d

Browse files
committed
Hide incomplete filter option in CLI interface
1 parent 1a53e46 commit b454a7d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/options.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -633,11 +633,7 @@ pub struct SynthesisOptions {
633633
pub exploration_strategy: ExplorationStrategy,
634634
/// Filter unexplored states based on reachability from the inital state
635635
/// through non-winning states.
636-
#[clap(
637-
long = "filter",
638-
about = "Use reachable state filter during exploration",
639-
display_order = 4
640-
)]
636+
#[clap(skip)]
641637
pub exploration_filter: bool,
642638
/// The limit to use for on-the-fly exploration.
643639
#[clap(

0 commit comments

Comments
 (0)