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

Odisseus exit fix #7

Merged
merged 2 commits into from
Mar 14, 2019
Merged

Odisseus exit fix #7

merged 2 commits into from
Mar 14, 2019

Conversation

propensive
Copy link
Owner

No description provided.

@propensive propensive merged commit 28511ee into fury Mar 14, 2019
@@ -13,7 +13,7 @@ abstract class TestApp() {
* Note that this value is initialized explicitly when the [[main]] method is executed, as the
* instance requires the command-line arguments as parameters to its creation. Prior to running
* the [[main]] method, this value will be `null`. */
implicit protected var runner: Runner = _
implicit protected var runner: Runner { type Return = CliRunner.ExitCode } = _
Copy link
Collaborator

Choose a reason for hiding this comment

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

I didn't realize it can be done in such a simple way...

@odisseus odisseus deleted the odisseus-exit-fix branch February 6, 2020 13:30
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.

None yet

3 participants