-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Cmd: add subcommand remove
#1125
Conversation
This PR relies on functionality added in toml11 commit fdd5e29. I’ve left the PR in draft mode since updating the dependency is a significant change, and I wasn’t sure if it would be best handled here or separately. Please let me know if you'd like me to include the dependency update in this PR! |
@SunPodder Thanks for the PR! Feel free to update the toml11 version to the revision explicitly in this PR. I think you need modifications to cabin.toml and Makefile. |
Can you add integration tests in tests/? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use one of the keywords instead of Implements #1074
in the PR description.
d29ec0a
to
6a148f1
Compare
Remove project dependencies from cabin.toml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
Remove project dependencies from cabin.toml
closes #1074