Categorygithub.com/starter-go/cli
modulepackage
1.0.5
Repository: https://github.com/starter-go/cli.git
Documentation: pkg.go.dev

# README

cli

Command Line Interface lib for starter

# Packages

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

# Functions

Bind ...
CreateCoreModule 初始化一个 ModuleBuilder.
CreateExtentionModule 初始化一个 ModuleBuilder.
CreateTestModule 初始化一个 ModuleBuilder.
GetBinding ..

# Structs

Configuration ...
ConsoleBuilder ...
Context ...
DefaultConsole ...
FilterChainBuilder 用来创建 FilterChain.
FilterRegistration ..
FilterRegistrationSorter ...
HandlerRegistration ..
HelpInfo ..
Task 表示要执行的任务.

# Interfaces

Binding ...
CLI ..
Client 表示 CLI 客户端.
ClientFactory ...
Console ..
ContextFactory ...
Filter ..
FilterChain ..
FilterRegistry ..
Handler 定义命令处理函数,但是接口.
HandlerRegistry ..
Help 接口提供帮助.
Server 表示 CLI 服务器.
ServerFactory ...

# Type aliases

HandlerFunc 定义命令处理函数的签名.
OnInitFunc 定义组件的初始化函数.