Awesome
yacli
yet another command line interface
What?
A dumb micro-pseudo-framework for writing CLI apps in go.
Why?
All CLI frameworks suck. This one just sucks slightly less.
Micro-pseudo-framework?
It's not a library - just a loose template that's generic enough to maybe kinda be useful for writing basic new CLIs. It supports subcommands and global/per-command options and not much else. It's simple. It has no dependencies. It works.
How?
- Copy
{main,help,version}.go
into your project - Slice and dice as necessary
- ???
- Profit