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: wait parameter setup was fixed #39

Merged
merged 1 commit into from
Jun 5, 2024
Merged

fix: wait parameter setup was fixed #39

merged 1 commit into from
Jun 5, 2024

Conversation

matzuk
Copy link
Contributor

@matzuk matzuk commented Jun 5, 2024

Usage of wait: bool instead of wait: Option<bool> prevented any possibility to setup wait = false.
Also, CLI allowed to use only --wait argument without setting the value (only true by default).
Now, CLI allows the following setup: --wait true, --wait false.

@matzuk matzuk merged commit 8fad6a1 into main Jun 5, 2024
20 checks passed
@matzuk matzuk deleted the fix/wait_parameter branch June 5, 2024 19:50
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