sd
sd copied to clipboard
A tool to keep utility scripts neatly organized.
Here's what I get when running `sd` or `sd --help` after installation: ``` $ sd fatal error: runtime: bsdthread_register error runtime stack: runtime.throw(0x11c6a52, 0x21) /usr/local/go/src/runtime/panic.go:616 +0x81 fp=0x7ff7bfefee78 sp=0x7ff7bfefee58 pc=0x1028541 runtime.goenvs()...
Fixes #6
After configuring your tap, I ended up installing this formula from the main tap: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/sd.rb. I assume that package was introduced after you wrote the instructions. I'm currently trying to...
@cv looks like it is only supported for top level commands `README`s: https://github.com/cv/sd/blob/594ccd591998c96593d0af1aa754a390a1a5a1bc/cli/cli.go#L195-L201 I think we'd need something smart to handle this here: https://github.com/cv/sd/blob/594ccd591998c96593d0af1aa754a390a1a5a1bc/cli/cli.go#L304-L312
``` $ sd kube exec app rake -T db Error: unknown shorthand flag: 'T' in -T Usage: sd kube exec app [flags] ```