Skip to content
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

feat: rename the iroh-ctl crate to the iroh crate #321

Merged
merged 2 commits into from
Oct 11, 2022

Conversation

faassen
Copy link
Contributor

@faassen faassen commented Oct 11, 2022

This completes n0-computer/beetle#153: the iroh crate now contains an implementation of the CLI, where the API is in the iroh-api crate.

It's a simple move of code; I could simplify iroh's Cargo.toml somewhat as now iroh is the default name of the binary. I also added in a few tests for the --version flag; Clap implements this by default but it's nice to see it work correctly. So, this fixes n0-computer/beetle#182

@faassen faassen merged commit 8b02977 into n0-computer:main Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

iroh --version
2 participants