Versions in this module Expand all Collapse all v0 v0.2.0 Sep 4, 2026 Changes in this version + const ShellMetachars + func ExtraRead(driverKey string) []string + func IsShellMetacharDriver(key string) bool + func Keys() []string + func SetExtraRead(driverKey string, prefixes []string) + type Class int + const Dangerous + const Read + const Unknown + const Write + func (c Class) String() string + type Driver interface + Classify func(cmd string) Class + Errors func() []*regexp.Regexp + Key func() string + PagingOff func() []string + Prompt func() *regexp.Regexp + func For(vendor, os string) (Driver, bool)