Documentation ¶
Index ¶
Constants ¶
View Source
const ( Unknown = iota SystemD UpdateRcD ChkConfig )
init system types
Variables ¶
This section is empty.
Functions ¶
func Execute ¶ added in v0.2.1
func Execute()
Execute executes the CLI using the current process's arguments.
func ExecuteWithArgs ¶ added in v0.2.1
func ExecuteWithArgs(a ...string)
ExecuteWithArgs executes the CLI using the specified arguments.
Types ¶
type CLI ¶ added in v0.2.1
type CLI struct {
// contains filtered or unexported fields
}
CLI is the REX-Ray command line interface.
func New ¶ added in v0.2.1
func New() *CLI
New returns a new CLI using the current process's arguments.
func NewWithArgs ¶ added in v0.2.1
NewWithArgs returns a new CLI using the specified arguments.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.