//
pkg.gl
Category
github.com/cloudway/platform
pkg
cli
package
0.2.6
Repository:
https://github.com/cloudway/platform.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
3
Files
164 SLOC
#
Functions
New
New instantiates a ready-to-use Cli.
#
Structs
Cli
Cli represents a command line interface.
#
Interfaces
Handler
Handler holds the different commands Cli will call.
Initializer
Initializer can be optionally implemented by a Handler to initialize before each call to one of its commands.