Documentation ¶ Index ¶ type LinkCmd func (c *LinkCmd) Run(ctx *context.Context) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type LinkCmd ¶ type LinkCmd struct { Name []string `kong:"arg,help='Project(s) to link to your global bin.'"` Overwrite bool `kong:"help='If true, will overwrite any existing binaries found'"` } func (*LinkCmd) Run ¶ func (c *LinkCmd) Run(ctx *context.Context) error Source Files ¶ View all Source files link.go Click to show internal directories. Click to hide internal directories.