import "go.octolab.org/os/shell"
const ( Assign Operation = 1 << iota Completion Exec Print All = Assign | Completion | Exec | Print )
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 )
Package shell imports 2 packages (graph) and is imported by 1 packages. Updated 2019-11-12. Refresh now. Tools for package owners.