Marcus Veibäck

Results 1 issues of Marcus Veibäck

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"...