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 ignore-interrupts option #14

Merged
merged 1 commit into from
Jul 9, 2017
Merged

add ignore-interrupts option #14

merged 1 commit into from
Jul 9, 2017

Conversation

jboelter
Copy link
Contributor

@jboelter jboelter commented Jul 8, 2017

Similar to 'tee'; -i and --ignore-interrupts will ignore interrupt signals

@jboelter
Copy link
Contributor Author

jboelter commented Jul 8, 2017

Allows usages like below where ctrl-c is is visible to your apps signal handler

go run main.go | humanlog -i

and

go run main.go | tee -i log | humanlog -i

@aybabtme
Copy link
Collaborator

aybabtme commented Jul 9, 2017

nice addition, thanks @jboelter !

@aybabtme aybabtme merged commit 345d339 into humanlogio:master Jul 9, 2017
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.

2 participants