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

Fix run via shebang to not fail due to redundant/repeated args #26

Merged
merged 1 commit into from
Sep 15, 2020

Conversation

mumoshu
Copy link
Owner

@mumoshu mumoshu commented Sep 15, 2020

There was a regression in the shebang support, that resulted in ./myapp to be internally treated as variant run variant run myapp, which hs been giving you Error: accepts between 0 and 0 arg(s), received 2 errors.

There was a regression in the shebang support, that resulted in `./myapp` to be internally treated as `variant run variant run myapp`, which hs been giving you `Error: accepts between 0 and 0 arg(s), received 2` errors.
@mumoshu mumoshu merged commit 64a0e8b into master Sep 15, 2020
@mumoshu mumoshu deleted the fix-shebang-run-wo-args branch September 15, 2020 08:22
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.

1 participant