Versions in this module Expand all Collapse all v0 v0.3.0 May 26, 2026 Changes in this version + func Run(opts ...Option) + func RunContext(ctx context.Context, opts ...Option) error + func RunContextWithConfig[T any](ctx context.Context, cfg *T, opts ...Option) error + func RunContextWorker(ctx context.Context, opts ...Option) error + func RunWithConfig[T any](cfg *T, opts ...Option) + func RunWorker(opts ...Option) + type CommandDef struct + Invoke any + Name string + Summary string + func Command(name, summary string, fn any) CommandDef + type Info struct + Name string + Version string + type Option = fx.Option + func WithCommands(cmds ...CommandDef) Option + func WithModules(mods ...fx.Option) Option + func WithName(name string) Option + func WithOpenAPI(opts ...openapi.SpecOpt) Option + func WithVersion(version string) Option + func WithoutHTTP() Option + func WithoutTelemetry() Option