Calin
Calin
I may add to this that on Windows there is no way to set failure actions, like restart. This is something missing from the [golang.org/x/sys/windows](https://github.com/golang/sys/tree/master/windows) package too. I have a...
@mvanotti Unfortunately I do not have a fork, I implemented this in my own code. I'll try to make some time to submit a PR.
Where to add this option and what output you refer to as verbose?
I'm sorry but I'm still a bit confused. Are you talking about the [`git commit-msg ...`](/clns/node-commit-msg/blob/master/bin/git-commit-msg) command that allows editing commits? The only other CLI is the [`validate`](/clns/node-commit-msg/blob/master/bin/validate) script that...
Ok, thanks for the clarification. I'll add the `--oneline` option to the command to make it similar to `git log --oneline`.