You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very simple implementation of a command line interface that supports sub commands.
Is Based on ffcli but with a few features I do not need removed,
and some added concepts from Cobra like command aliases and argument validation.
About
Very simple Go implementation of a command line interface that supports sub commands.