Documentation ¶ Index ¶ func DefaultStyleConfig() func SplitArgs(line []rune, pos int) (args []string, prefixComp, prefixLine string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DefaultStyleConfig ¶ func DefaultStyleConfig() DefaultStyleConfig sets some default styles for completion. func SplitArgs ¶ func SplitArgs(line []rune, pos int) (args []string, prefixComp, prefixLine string) 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. Types ¶ This section is empty. Source Files ¶ View all Source files complete.goline.go Click to show internal directories. Click to hide internal directories.