Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Codeowners ¶
type Options ¶
type Options struct { User string `short:"u" xor:"user,org" required:"" help:"User name."` Org string `short:"o" xor:"org" required:"" help:"Organization name."` Token string `required:"" env:"GITHUB_TOKEN" help:"Authentication token for github.com API requests."` Yaml bool `negatable:"" short:"y" help:"Output as YAML."` }
Click to show internal directories.
Click to hide internal directories.