Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DaemonCmd = &cobra.Command{ Use: "daemon", Short: "Manage the background indexing daemon", Long: "\nManage the background indexing daemon that maintains a precomputed index.\n\n" + "The daemon watches the memory directory for changes and automatically rebuilds " + "the index, enabling quick startup for the read command.", RunE: func(cmd *cobra.Command, args []string) error { return fmt.Errorf("please specify a subcommand: start, stop, status, restart, rebuild, logs, systemctl, or launchctl") }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.