Versions in this module Expand all Collapse all v0 v0.1.0 Apr 9, 2026 Changes in this version + func Execute(args []string) (err error) + func VersionString() string + type AuditsCmd struct + Create AuditsCreateCmd + List AuditsListCmd + type AuditsCreateCmd struct + URL string + func (cmd *AuditsCreateCmd) Run(ctx context.Context) error + type AuditsListCmd struct + func (cmd *AuditsListCmd) Run(ctx context.Context) error + type AuthCmd struct + Remove AuthRemoveCmd + SetKey AuthSetKeyCmd + Status AuthStatusCmd + type AuthRemoveCmd struct + func (cmd *AuthRemoveCmd) Run(ctx context.Context) error + type AuthSetKeyCmd struct + Key string + Stdin bool + func (cmd *AuthSetKeyCmd) Run(ctx context.Context) error + type AuthStatusCmd struct + func (cmd *AuthStatusCmd) Run(ctx context.Context) error + type CLI struct + Audits AuditsCmd + Auth AuthCmd + Editors EditorsCmd + Version kong.VersionFlag + VersionCmd VersionCmd + type EditorsCmd struct + Create EditorsCreateCmd + Get EditorsGetCmd + List EditorsListCmd + Score EditorsScoreCmd + type EditorsCreateCmd struct + Device string + Keywords string + Language string + Location string + func (cmd *EditorsCreateCmd) Run(ctx context.Context) error + type EditorsGetCmd struct + ID string + func (cmd *EditorsGetCmd) Run(ctx context.Context) error + type EditorsListCmd struct + Page int + PageSize int + func (cmd *EditorsListCmd) Run(ctx context.Context) error + type EditorsScoreCmd struct + ID string + func (cmd *EditorsScoreCmd) Run(ctx context.Context) error + type ExitError struct + Code int + Err error + func (e *ExitError) Error() string + func (e *ExitError) Unwrap() error + type RootFlags struct + Color string + Force bool + JSON bool + NoInput bool + Plain bool + Verbose bool + type VersionCmd struct + func (cmd *VersionCmd) Run(ctx context.Context) error