package
0.0.0-20180601060148-d032931de3c3
Repository: https://github.com/cloudwise-opensource/gocrab.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Critical logs a message at critical level.
Debug logs a message at debug level.
Prints the list of subcommands as the default app completion method.
No description provided by the author
Error logs a message at error level.
Deprecated: compatibility alias for Warning(), Will be removed in 1.5.0.
Info logs a message at info level.
Creates a new cli Application with some reasonable defaults for Name, Usage, Version and Action.
Creates a new context.
No description provided by the author
ParseConfig parsed default config file.
No description provided by the author
SetLogLevel sets the global log level used by the simple logger.
No description provided by the author
SetLogger sets a new logger.
No description provided by the author
Prints the custom completions for a given command.
Prints help for the given command.
Prints the lists of commands within a given context.
Prints help for the given subcommand.
Prints the version number of the App.
Trace logs a message at trace level.
Deprecated: compatibility alias for Warning(), Will be removed in 1.5.0.
Warning logs a message at warning level.

# Constants

Log levels to control the logging output.
Log levels to control the logging output.
Log levels to control the logging output.
Log levels to control the logging output.
Log levels to control the logging output.
Log levels to control the logging output.
Log levels to control the logging output.
Log levels to control the logging output.
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
config provider.
The text template for the Default help topic.
No description provided by the author
No description provided by the author
This flag enables bash-completion for all commands and subcommands.
The text template for the command help topic.
GoCrab application.
This flag prints the help for all commands and subcommands Set to the zero value (BoolFlag{}) to disable flag -- keeps subcommand unless HideHelp is set to true).
No description provided by the author
logger references the used application logger.
No description provided by the author
flag of auto recover panic.
router case sensitive default is true.
run mode, "dev" or "prod".
The text template for the subcommand help topic.
No description provided by the author
This flag prints the version for the application.
Prints version for the App.

# Structs

App is the main structure of a cli application.
Author represents someone who has contributed to a cli project.
No description provided by the author
No description provided by the author
Command is a subcommand for a cli.App.
Context is a type that is passed through to each Handler action in a cli application.
No description provided by the author
No description provided by the author
GenericFlag is the flag type for types implementing Generic.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

Flag is a common interface related to parsing flags in cli.
Generic is a generic parseable type identified by a specific flag.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author