package
0.0.0-20211113074651-c6ea6ab4ee08
Repository: https://github.com/tsaikd/kdgolib.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Main entry point.
NewApp return *cli.App with module and command modules.
NewCommand return cli.Command with module.
NewModule create Module instance.
WrapAction wrap action with default error handler.
WrapMainAction wrap main action with default error handler and command helper.

# Variables

VersionModule provide module of version, Set nil to disable version command.

# Structs

Module for cli, used for cli.App or cli.Command.

# Type aliases

Actions slice of cli.ActionFunc.
Modules slice of Module.