Versions in this module Expand all Collapse all v0 v0.1.0 Sep 2, 2026 Changes in this version + var ErrNilRoot = errors.New("urfave: newRoot returned nil") + var ErrPanic = errors.New("command panicked") + func Handler(newRoot func(clink.Session) *cli.Command, opts ...Option) clink.Handler + func Serve(ctx context.Context, conf clink.Config, ...) error + type Option func(*options) + func WithGlobalSinks(keep bool) Option + func WithPanicHandler(fn func(ctx context.Context, reason any, stack []byte)) Option