gocmd
gocmd copied to clipboard
A Go library for building command line applications.
Results
1
gocmd issues
Sort by
recently updated
recently updated
newest added
Here is another bug I found Minimal example: ``` package main import ( "log" "github.com/devfacet/gocmd" ) func main() { flags := struct { Command struct {} `command:"command"` Flag string `short:"f"...