Brad Parbs

Results 7 comments of 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...

![image](https://cloud.githubusercontent.com/assets/66798/4550160/3fdb5efc-4e64-11e4-986a-933a06a43f69.png)