Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewReplCompleter ¶
func NewReplCompleter(env ReplCompleteEnv) readline.AutoCompleter
func ReplCompleteDo ¶
func ReplCompleteDo(env ReplCompleteEnv, line []rune, pos int) ([][]rune, int)
func ReplCompleteResetGoCacheForTest ¶
func ReplCompleteResetGoCacheForTest()
func ReplCompletionDisabled ¶
func ReplCompletionDisabled() bool
Types ¶
type ReplCompleteEnv ¶
type ReplCompleteEnv struct {
ProjHex string
ProjRoot string
ReplShellFirst bool
Session func() *chatstore.Session
}
func EnvFrom ¶
func EnvFrom(src SessionSource) ReplCompleteEnv
Click to show internal directories.
Click to hide internal directories.