-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI #134
Comments
Also we should consider enabling or disabling some cli options based on specific |
Discussed: We want then every swappable part (like But So the plan is to try jumping back to latest stable version of the Long term goal is still to use only |
- make CLI options composable by adding `Cli` associated type to `Parser`, `Runner` and `Writer` traits - switch to `structopt` crate as `clap` doesn't support generic flattening at the moment - allow extend `cli::Opts` with a custom `StructOpt` deriver Additionally: - fix accidenatlly messed up imports style Co-authored-by: tyranron <[email protected]>
In
v0.10.0
CLI
was preserved as is with error messages for unsupported options. But we want to rework it for more flexibility. Based on Java and JS I've came up with newCLI
design:Cucumber tag expressions reference
The text was updated successfully, but these errors were encountered: