We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Many of the example commands in the README are broken after the orchestrator was merged here.
For example, instead of writing cargo run -- --help one should now write cargo run --bin madara -- --help.
cargo run -- --help
cargo run --bin madara -- --help
Try to run the example command: cargo run -- --help
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Is there an existing issue?
Description of bug
Many of the example commands in the README are broken after the orchestrator was merged here.
For example, instead of writing
cargo run -- --help
one should now writecargo run --bin madara -- --help
.Steps to reproduce
Try to run the example command:
cargo run -- --help
The text was updated successfully, but these errors were encountered: