package completion

Import Path
	github.com/reeflective/console/internal/completion (on go.dev)

Dependency Relation
	imports 11 packages, and imported by one package

Involved Source Files complete.go line.go
Package-Level Functions (total 3)
DefaultStyleConfig sets some default styles for completion.
SplitArgs splits the line in valid words, prepares them in various ways before calling the completer with them, and also determines which parts of them should be used as prefixes, in the completions and/or in the line.
when the completer has returned us some completions, we sometimes needed to post-process them a little before passing them to our shell.