Documentation ¶
Index ¶
- type Command
- func (c *Command) Execute(ctx context.Context, fs *flag.FlagSet, _ ...any) subcommands.ExitStatus
- func (c *Command) ExecuteWithClient(ctx context.Context, client watchman.Client) (err error)
- func (*Command) Name() string
- func (c *Command) SetFlags(fs *flag.FlagSet)
- func (*Command) Synopsis() string
- func (c *Command) Usage() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
// contains filtered or unexported fields
}
Command implements the "watch" subcommand.
func (*Command) Execute ¶
func (c *Command) Execute(ctx context.Context, fs *flag.FlagSet, _ ...any) subcommands.ExitStatus
func (*Command) ExecuteWithClient ¶
Click to show internal directories.
Click to hide internal directories.