Versions in this module Expand all Collapse all v0 v0.2.2 Feb 4, 2026 Changes in this version + func NewEchoCommand() cli.Command + func NewGreetCommand() cli.Command + type EchoCommand struct + func (c *EchoCommand) BindFlags(fs *pflag.FlagSet) + func (c *EchoCommand) Name() string + func (c *EchoCommand) Run(_ *cobra.Command, args []string) error + type GreetCommand struct + func (c *GreetCommand) Name() string + func (c *GreetCommand) Run(_ *cobra.Command, args []string) error