Versions in this module Expand all Collapse all v0 v0.1.6 Feb 18, 2026 v0.1.5 Feb 7, 2026 Changes in this version type MeetingResultsCmd + OriginalOrder bool v0.1.4 Feb 6, 2026 v0.1.3 Feb 5, 2026 v0.1.2 Feb 5, 2026 v0.1.1 Feb 5, 2026 v0.1.0 Feb 5, 2026 Changes in this version + const CodeAPI + const CodeAuth + const CodeError + const CodeRateLimit + const CodeSuccess + const CodeUsage + func Execute(args []string) (err error) + func ExitCode(err error) int + func VersionString() string + type AuthCmd struct + Remove AuthRemoveCmd + SetKey AuthSetKeyCmd + Status AuthStatusCmd + type AuthRemoveCmd struct + func (c *AuthRemoveCmd) Run() error + type AuthSetKeyCmd struct + Stdin bool + func (c *AuthSetKeyCmd) Run() error + type AuthStatusCmd struct + func (c *AuthStatusCmd) Run() error + type CLI struct + Auth AuthCmd + Completion CompletionCmd + Config ConfigCmd + Meeting MeetingCmd + Poll PollCmd + Ranking RankingCmd + Version kong.VersionFlag + VersionCmd VersionCmd + type CompletionBashCmd struct + func (c *CompletionBashCmd) Run() error + type CompletionCmd struct + Bash CompletionBashCmd + Fish CompletionFishCmd + Zsh CompletionZshCmd + type CompletionFishCmd struct + func (c *CompletionFishCmd) Run() error + type CompletionZshCmd struct + func (c *CompletionZshCmd) Run() error + type ConfigCmd struct + Path ConfigPathCmd + Set ConfigSetCmd + Show ConfigShowCmd + type ConfigPathCmd struct + func (c *ConfigPathCmd) Run() error + type ConfigSetCmd struct + Key string + Value string + func (c *ConfigSetCmd) Run() error + type ConfigShowCmd struct + func (c *ConfigShowCmd) Run(flags *RootFlags) error + type ExitError struct + Code int + Err error + func (e *ExitError) Error() string + func (e *ExitError) Unwrap() error + type MeetingCmd struct + Create MeetingCreateCmd + Delete MeetingDeleteCmd + Get MeetingGetCmd + List MeetingListCmd + Results MeetingResultsCmd + Update MeetingUpdateCmd + type MeetingCreateCmd struct + AllowMaybe bool + Date []string + Deadline string + Description string + Dupcheck string + Location string + Range []string + Title string + Tz string + func (c *MeetingCreateCmd) Run(flags *RootFlags) error + type MeetingDeleteCmd struct + Force bool + ID string + func (c *MeetingDeleteCmd) Run(_ *RootFlags) error + type MeetingGetCmd struct + ID string + func (c *MeetingGetCmd) Run(flags *RootFlags) error + type MeetingListCmd struct + Limit int + Page int + func (c *MeetingListCmd) Run(flags *RootFlags) error + type MeetingResultsCmd struct + ID string + func (c *MeetingResultsCmd) Run(flags *RootFlags) error + type MeetingUpdateCmd struct + AddDate []string + AddRange []string + ID string + Location string + Title string + Tz string + func (c *MeetingUpdateCmd) Run(flags *RootFlags) error + type PollCmd struct + Create PollCreateCmd + Delete PollDeleteCmd + Get PollGetCmd + List PollListCmd + Reset PollResetCmd + Results PollResultsCmd + Update PollUpdateCmd + type PollCreateCmd struct + AllowComments bool + AllowOther bool + AllowVPN bool + Deadline string + Dupcheck string + EditVotePerms string + HideParticipants bool + IsMultipleChoice bool + IsPrivate bool + MultipleChoiceMax int + MultipleChoiceMin int + Options []string + Randomize bool + RequireNames bool + ResultsVis string + Title string + func (c *PollCreateCmd) Run(flags *RootFlags) error + type PollDeleteCmd struct + Force bool + ID string + func (c *PollDeleteCmd) Run(_ *RootFlags) error + type PollGetCmd struct + ID string + func (c *PollGetCmd) Run(flags *RootFlags) error + type PollListCmd struct + Limit int + Page int + Type string + func (c *PollListCmd) Run(flags *RootFlags) error + type PollResetCmd struct + Force bool + ID string + func (c *PollResetCmd) Run(_ *RootFlags) error + type PollResultsCmd struct + ID string + Participants bool + func (c *PollResultsCmd) Run(flags *RootFlags) error + type PollUpdateCmd struct + AddOption []string + ID string + RemoveOption []int + Title string + func (c *PollUpdateCmd) Run(flags *RootFlags) error + type RankingCmd struct + Create RankingCreateCmd + Delete RankingDeleteCmd + Get RankingGetCmd + List RankingListCmd + Results RankingResultsCmd + Update RankingUpdateCmd + type RankingCreateCmd struct + AllowComments bool + Deadline string + Description string + Dupcheck string + IsPrivate bool + Options []string + ResultsVis string + Title string + func (c *RankingCreateCmd) Run(flags *RootFlags) error + type RankingDeleteCmd struct + Force bool + ID string + func (c *RankingDeleteCmd) Run(_ *RootFlags) error + type RankingGetCmd struct + ID string + func (c *RankingGetCmd) Run(flags *RootFlags) error + type RankingListCmd struct + Limit int + Page int + func (c *RankingListCmd) Run(flags *RootFlags) error + type RankingResultsCmd struct + ID string + Verbose bool + func (c *RankingResultsCmd) Run(flags *RootFlags) error + type RankingUpdateCmd struct + AddOption []string + ID string + RemoveOption []int + Title string + func (c *RankingUpdateCmd) Run(flags *RootFlags) error + type RootFlags struct + Copy bool + JSON bool + NoColor bool + Open bool + Plain bool + type VersionCmd struct + func (c *VersionCmd) Run() error