Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NotDirectlyExecutable = errors.New("Not directly executable")
Functions ¶
func InitSubsystem ¶
func InitSubsystem()
func LoadConfig ¶
func LoadConfig()
func SetupApplication ¶
func SetupApplication() *tview.Application
Types ¶
type Command ¶
func (Command) Completions ¶
type Config ¶
type Config struct { History struct { Last10Hosts []string `yaml:"last_hosts"` Last10Commands []string `yaml:"last_commands"` } AutoRegisterDrivers []string `yaml:"auto_register_driver"` LastUpdated time.Time `yaml:"last_updated"` LogLevel string `yaml:"log_level"` MaxConsoleLines int `yaml:"max_console_lines"` MaxOutputLines int `yaml:"max_output_lines"` }
Click to show internal directories.
Click to hide internal directories.