Versions in this module Expand all Collapse all v0 v0.0.1 Jan 8, 2026 Changes in this version + const ShellSockPathName + var DefaultConfig = Config + func ServerCell(defaultSocketPath string) cell.Cell + func ShellCmd(defaultSockPath string, prompt string, printGreeting func(w io.Writer)) *cobra.Command + func ShellExchange(c Config, w io.Writer, format string, args ...any) error + type Config struct + ShellSockPath string + func (cfg *Config) Parse(flags *pflag.FlagSet) (err error) + func (def Config) Flags(flags *pflag.FlagSet)