Documentation ¶ Index ¶ func Listen(ctx context.Context, cmdName string, help string, ln Listener) func ListenNoArg(ctx context.Context, cmdName string, help string, ln func() Response) type Listener type Response Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Listen ¶ func Listen(ctx context.Context, cmdName string, help string, ln Listener) func ListenNoArg ¶ func ListenNoArg(ctx context.Context, cmdName string, help string, ln func() Response) Types ¶ type Listener ¶ type Listener = func(args *arg.Arg) Response type Response ¶ type Response = string Source Files ¶ View all Source files clientcli.go Click to show internal directories. Click to hide internal directories.