Documentation ¶ Index ¶ type Kernel func (k Kernel) Handle() inter.ExitCode type LogClear func (l LogClear) Description() string func (l LogClear) Handle(app inter.App, output io.Writer) inter.ExitCode func (l LogClear) Name() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Kernel ¶ type Kernel struct { App inter.App Commands []inter.Command Output io.Writer FlagProviders []func() []flag.Getter } func (Kernel) Handle ¶ func (k Kernel) Handle() inter.ExitCode type LogClear ¶ type LogClear struct{} func (LogClear) Description ¶ func (l LogClear) Description() string func (LogClear) Handle ¶ func (l LogClear) Handle(app inter.App, output io.Writer) inter.ExitCode func (LogClear) Name ¶ func (l LogClear) Name() string Source Files ¶ View all Source files kernel.go log_clear.go Directories ¶ Show internal Expand all Path Synopsis flag_type service Click to show internal directories. Click to hide internal directories.