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

Add -timeout option #37

Merged
merged 1 commit into from
Sep 1, 2020
Merged

Add -timeout option #37

merged 1 commit into from
Sep 1, 2020

Conversation

arl
Copy link
Owner

@arl arl commented Sep 1, 2020

-timeout DUR simply exist gitmux is it still running after DUR
amount of time.
DUR is parsed as a time.Duration and thus accepts strings such as 50ms, 1s, 1s505ms, etc with the special exception that 0 means no timeout.

Defaults to 0 = no timeout

Closes #35

`-timeout DUR` simply exist `gitmux` is it still running after DUR
amount of time.
DUR is parsed as a time.Duration with the special exception that 0
means no timeout.
Defaults to 0 = _no timeout_

Closes #35
@arl arl merged commit 845f416 into master Sep 1, 2020
@arl arl deleted the issue-35/add-timeout branch September 1, 2020 21:13
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.

timeout if gitmux takes too long to print the result
1 participant