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: split CLI implementation into a new iroh-cli crate #2076

Merged
merged 10 commits into from
Mar 14, 2024

Conversation

dignifiedquire
Copy link
Contributor

@dignifiedquire dignifiedquire commented Mar 13, 2024

Isolates the CLI implementation to its own crate.

Copy link
Contributor

@flub flub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great to see some pub(crate) efforts!

also love how the features are a bit easier this way

@@ -136,7 +136,7 @@ jobs:

- name: Check MSRV all features
run: |
cargo +$MSRV check --workspace --all-targets --features cli
cargo +$MSRV check --workspace --all-targets
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The name does not really match what it does. I don't know which one it should be though? Maybe it should be --all-features?

iroh-cli/Cargo.toml Outdated Show resolved Hide resolved
@dignifiedquire dignifiedquire added this pull request to the merge queue Mar 14, 2024
Merged via the queue into main with commit 5c70cd2 Mar 14, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants