-
Notifications
You must be signed in to change notification settings - Fork 72
Add MiMa CLI #823
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
base: main
Are you sure you want to change the base?
Add MiMa CLI #823
Conversation
@SethTisue can we revive this? Hate to see this go to waste :) |
sure. let's see if CI likes it |
val newBin = newBinOpt.getOrElse( | ||
throw new IllegalArgumentException("New binary was not specified") | ||
) | ||
// TODO: should have some machine-readable output here, as an option |
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.
This can probably be left for later, if anyone needs it
CI likes it. Is it ready for review? (I agree that a readme addition is needed.) |
Hi, sorry, it's been a busy couple weeks (as usual), I'll try to bring it up to reviewable this week. |
See #701.
Early state, probably should get at least a README. The code is pretty much a verbatim copy of https://github.com/jeremyrsmith/mima-cli/ (licensed under Apache 2.0, I'm not sure what the preferred protocol is for adding a notice here).