Documentation
¶
Overview ¶
Package cli assembles the xiaoyuzhou command tree from the xiaoyuzhou domain on top of the any-cli/kit framework.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "dev" Commit = "none" Date = "unknown" )
Build metadata, set via -ldflags at release time.
Functions ¶
func NewApp ¶ added in v0.1.1
NewApp assembles the kit application from the xiaoyuzhou domain. The domain's Register installs the client factory and every operation, so the binary and a host share one source of truth. kit.Run turns the App into the CLI, plus the serve and mcp surfaces and the typed-error-to-exit-code mapping.
To add a command, declare it in xiaoyuzhou/domain.go with kit.Handle and it appears here automatically.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.