//
pkg.gl
Category
github.com/coxley/complete
command
package
0.1.5
Repository:
https://github.com/coxley/complete.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
2
Files
94 SLOC
#
Structs
Command
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
Commands is the type of Sub member, it maps a command name to a command struct.
Flags
Flags is the type Flags of the Flags member, it maps a flag name to the flag predictions.