package
0.1.5
Repository: https://github.com/coxley/complete.git
Documentation: pkg.go.dev

# Structs

Command represents a command line It holds the data that enables auto completion of command line Command can also be a sub command.

# Type aliases

Commands is the type of Sub member, it maps a command name to a command struct.
Flags is the type Flags of the Flags member, it maps a flag name to the flag predictions.