Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cli ¶
type Cli struct { // contains filtered or unexported fields } // struct size: 128 bytes; struct align: 8 bytes; struct aligned size: 128 bytes; - 🌺 gopium @1pkg
Cli defines cli runner implementation that is able to run full gopium cli application
func NewCli ¶
func NewCli( compiler, arch string, cpucaches []int, pkg, path string, benvs, bflags []string, walker, regex string, deep, backref bool, stgs []string, indent, tabwidth int, usespace, usegofmt bool, timeout int, ) (*Cli, error)
NewCli helps to spawn new cli application runner from list of received parameters or returns error
Click to show internal directories.
Click to hide internal directories.