Versions in this module Expand all Collapse all v0 v0.3.0 Jul 26, 2025 v0.2.0 Jul 19, 2025 Changes in this version + type ClearExecutor struct + func (e *ClearExecutor) CanHandle(cmd string) bool + func (e *ClearExecutor) Execute(cmd string) error + type ConfigExecutor struct + func (e *ConfigExecutor) CanHandle(cmd string) bool + func (e *ConfigExecutor) Execute(cmd string) error + type DebugExecutor struct + Analyzer config.DebugSettingsAnalyzer + Parser config.DebugSettingsParser + Target string + Transpiler config.DebugSettingsTranspiler + func NewDebugExecutor(fs vfs.VFS) *DebugExecutor + func (e *DebugExecutor) CanHandle(cmd string) bool + func (e *DebugExecutor) Execute(cmd string) error + type Executor interface + CanHandle func(cmd string) bool + Execute func(cmd string) error + type ExitExecutor struct + func (e *ExitExecutor) CanHandle(cmd string) bool + func (e *ExitExecutor) Execute(cmd string) error + type HelpExecutor struct + func (e *HelpExecutor) CanHandle(cmd string) bool + func (e *HelpExecutor) Execute(cmd string) error + type VersionExecutor struct + func (e *VersionExecutor) CanHandle(cmd string) bool + func (e *VersionExecutor) Execute(cmd string) error