package
0.0.5
Repository: https://github.com/pastelnetwork/go-commons.git
Documentation: pkg.go.dev

# Functions

NewApp create a new instance of the App struct.
NewCommand create a new instance of the Command struct.
NewFlag returns a new Flag instance.

# Structs

App is a wrapper of cli.App.
Command is a wrapper of cli.Command.
Flag is a wrapper of cli.Flag.

# Type aliases

ActionFn represents the application's entry point function.