Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Operation ¶ added in v0.0.3
type Operation int
Operation is a enum to define type of command-line interpreter operation.
type Shell ¶
type Shell int
Shell is a enum to define command-line interpreter.
const ( Sh Shell = 1 << iota // https://en.wikipedia.org/wiki/Bourne_shell Bash // https://en.wikipedia.org/wiki/Bash_(Unix_shell) Zsh // https://en.wikipedia.org/wiki/Z_shell PowerShell // https://en.wikipedia.org/wiki/PowerShell Unknown = "unknown" )
Click to show internal directories.
Click to hide internal directories.