You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Show max-labelings labelings, default is OFF, 0=all
#[clap(short = 'l', long = "show-labelings")]
max_labelings:Option<u32>,
/// Show predictions
#[clap(short = 'p', long)]
show_predictions:bool,
Thinking about it. I think we should rename the option from --show-labelings to --enum-labelings where the default behavior is printing the labelings. Additional we add a flag --count which disables printing and turns counting on.
Similar to the option
but
Use a map to store/count labels instead of printing.
In the end print a statistic.
The text was updated successfully, but these errors were encountered: