Ryan Parman

Results 101 comments of Ryan Parman

Getting a panic. Pulled this branch: ```bash GO111MODULE=on go get github.com/jawher/mow.cli@issue-104-app-model ``` Here's a pared-down file that shows the issue: ```go package main import ( "os" "github.com/davecgh/go-spew/spew" cli "github.com/jawher/mow.cli" )...

Had a chance to come back to this, and I'm quite happy with the results. THANK YOU!

Ahhh. I had assumed that the left side of `|` was auto-grouped. ``` [ natural-group-1 | natural-group-2 ] ```

This would be great. > My end goal is to be able to take this exposed model and do things like generate Bash/Zsh/Fish/Powershell auto-completion scripts. By opening this up, it...

OK. I have some time to play with this today. Any idea how to pull this branch with `go.mod`?

I have tested this, and it works marvelously. Thank you. Getting a new tag with this functionality would be appreciated.

Awesome. Thank you! Happy to update in the future once integration in Nerdgraph is ready.

Was speaking to our New Relic Account Manager recently about the fact that WARN thresholds on alerts don't trigger notification channels. She said: > “The warning notifications can be done...