//
pkg.gl
Category
github.com/pastelnetwork/go-commons
cli
package
0.0.5
Repository:
https://github.com/pastelnetwork/go-commons.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
198 SLOC
#
Functions
NewApp
NewApp create a new instance of the App struct.
NewCommand
NewCommand create a new instance of the Command struct.
NewFlag
NewFlag returns a new Flag instance.
#
Structs
App
App is a wrapper of cli.App.
Command
Command is a wrapper of cli.Command.
Flag
Flag is a wrapper of cli.Flag.
#
Type aliases
ActionFn
ActionFn represents the application's entry point function.