johnny-morrice / godelbrot

Unix-style Mandelbrot set renderer in Golang
MIT License
8 stars 1 forks source link

Cobra frontend #34

Open johnny-morrice opened 8 years ago

johnny-morrice commented 8 years ago

While we are deliberately using a multi-process, multi-binary architecture as part of a study into UNIX-styling programming, there is no need to inconvenience our users by having them learn all these commands. So we should develop a simple wrapper using the Cobra that provides a familiar CLI usage.