Versions in this module Expand all Collapse all v0 v0.1.0 Apr 28, 2026 v0.0.1 Jan 31, 2026 Changes in this version + var Debug bool + var ErrNoElements = errors.New("no elements found") + var ErrNoEntriesInRange = errors.New("no entries in range") + var ErrNoMatches = errors.New("no matches found") + var ErrNoRules = errors.New("no rules found") + var JSONOutput bool + var NoColor bool + var Version = "dev" + func Execute() error + func ExecuteArgs(args []string) (recognized bool, err error) + func IsPrintedError(err error) bool + func ResetExecutorFactory() + func SetExecutorFactory(f ExecutorFactory) + type DirectExecutorFactory struct + func NewDirectExecutorFactory(handler ipc.Handler) *DirectExecutorFactory + func (f *DirectExecutorFactory) IsDaemonRunning() bool + func (f *DirectExecutorFactory) NewExecutor() (executor.Executor, error) + type ExecutorFactory interface + IsDaemonRunning func() bool + NewExecutor func() (executor.Executor, error)