directory
2.1.0
Repository: https://github.com/monk-io/complete.git
Documentation: pkg.go.dev

# Packages

command shows how to have bash completion to an arbitrary Go program using the `complete.Command` struct.
compflag shows how to use the github.com/monk-io/complete/v2/compflag package to have auto bash completion for a defined set of flags.
stdlib shows how to have flags bash completion to an arbitrary Go program that uses the standard library flag package.