# README
Hiboot cli application
Hiboot cli application is built based on top of cobra with Hiboot dependency injection and auto configuration.
Documentation
# Functions
Dispatch method with OnAction prefix.
NewApplication create new cli application.
NewTestApplication is the test application constructor.
Register register.
# Constants
RootCommandName the instance name of cli.rootCommand.
# Variables
ErrCommandHandlerNotFound the error message for 'command handler not found'.
ErrCommandNotFound command not found error.
# Structs
CommandNameValue is the command name value pair.
RootCommand root command qualifier.
SubCommand sub command qualifier.
# Interfaces
Application cli application interface.
Command the command interface for cli application.
TestApplication the interface of cli test application.