Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { Amount int `help:"Amount of action to be called." short:"n" default:"10"` MeetingID int `help:"Meeting id to use." short:"m" default:"1"` Strategy string `help:"Strategy for the background tasks." short:"s" default:"topic-done" enum:"topic-done,motion-state"` }
Options is the meta information for the cli.
Click to show internal directories.
Click to hide internal directories.