Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Available = make(map[string]*Command)
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { Identifier string Argc int Logic func(env *Environment, args ...string) error }
type Environment ¶
type Environment struct { Vars Variables Dry bool OnError ErrorHandlingType ErrorLog string }
type ErrorHandlingType ¶ added in v1.3.0
type ErrorHandlingType int
const ( AbortOnError ErrorHandlingType = iota ContinueOnError SuppressErrors LogErrors )
Source Files ¶
Click to show internal directories.
Click to hide internal directories.