Versions in this module Expand all Collapse all v1 v1.1.0 Dec 23, 2023 Changes in this version + const MultilineCLIPrefix + var ErrArgumentNotProvided = errors.New("argument to meta-command doesnt provided") + var ErrInvalidMetaCommand = errors.New("incorrect meta-command") + type CLI struct + Multiline bool + Session *chdb.Session + func New(sess *chdb.Session, history *history.History, multiline bool) *CLI + func (c *CLI) Executor(s string) + func (c *CLI) GetCurrentDB(ctx context.Context) string + func (c *CLI) GetLivePrefixState() (string, bool) + func (c *CLI) MetaToSQL(metaCommand string) (string, error) + func (c *CLI) MultilineControl(buffer *prompt.Buffer)