Brad Parbs
Brad Parbs
Super related: https://github.com/bradp/vv/issues/330
Right now, we just parse and look for a string against a whitelist of CLI things. Let's actually use the shebang
@jtsternberg made a good point about about defaults. look at apigen, build a way to pass in a file with a list defaults, maybe have a flag for what to...
If you do `flip reset` do you also get this issue?
I'm totally down for this. I've been doing a bunch of go CLI scripts lately, and I miss when I had the _joy_ of maintaining `vv`. Things like configuring a...
Quick note on some go packages. I've been using [cobra](https://github.com/spf13/cobra) for CLI scripts, along with [chalk](https://github.com/ttacon/chalk) and they're really nice. The organization and structure of cobra is super super easy...

Checks failing are to be expected until #852 is merged into this branch.
@circlecube I should have time later this week to do it! 🎉
For ease of review, #1009 is only the added code standards file, while this PR is that plus fixed files.