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
CommandIOApp
trait
This would avoid issues like #461 in the future.
Note that making an abstract class a trait is a binary-incompatible change, so this may require a major version bump for decline.
abstract class
The text was updated successfully, but these errors were encountered:
Hmm... I don't love the impact that has on the API, but possible it's worth it!
Sorry, something went wrong.
No branches or pull requests
This would avoid issues like #461 in the future.
Note that making an
abstract class
atrait
is a binary-incompatible change, so this may require a major version bump for decline.The text was updated successfully, but these errors were encountered: