AltHub
cmd

cmd

Idiomatic subcommand support for Go's flag package.

About cmd

Extends the standard `flag` package to support sub commands and more in idiomatic way.

✅ Pros

  • + Simplifies command-line flag parsing
  • + Supports subcommands natively
  • + Idiomatic Go usage

⚠️ Cons

  • - Limited to Go language
  • - No GUI or web interface

Reviews

Loading reviews...