-
Notifications
You must be signed in to change notification settings - Fork 24
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
Set own timeout and number of retry #11
Comments
Yes, the timeout option was in the plans. I'm not sure how the retry option would work, if you have denied permissions it can't ask again for them, so the only other thing that makes sense is waiting for the WiFi status to change. |
Great news for the timeout :) For the retry, regarding your other answer (#10 (comment)), I now understand why it doesn't really make sense. A continuous output could be also interesting, on change or every X seconds. If I understand correctly, for the moment it runs once and then exits and start all over if called a second time? CoreLocationCLI has a |
I did not know about that utility. It looks like it indeed was thought to be used from the command line, while I see mine also being used in scripts, so the default mode of operation for each is opposite. I consider the continuous option a special case. |
I agree with you, the continuous option must be a special case. I'm currently using It's great it's now available on |
Would be great to be able to set the timeout to be something else than 15 seconds and also to be able to retry a specific number of times.
Is it something you are thinking about? If not, I'll try to work on that and submit a PR :)
The text was updated successfully, but these errors were encountered: