Documentation ¶
Overview ¶
Package gofacade for CLI Application
These codes are licensed under CC0. http://creativecommons.org/publicdomain/zero/1.0/
Index ¶
Constants ¶
View Source
const ( ExitSuccess = iota ExitFailure )
Exit Status
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Facade ¶
type Facade struct { //UI defines user interface of the Cli Cxt *Context // contains filtered or unexported fields }
Facade is context of facade
func (*Facade) AddCommand ¶
AddCommand add command
Click to show internal directories.
Click to hide internal directories.