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 user to be created." short:"n" default:"10"` MeetingID int `help:"If set, put the user in the delegated group of this meeting." short:"m"` Batch int `help:"Number of users to create with one request. Default is all at once." short:"b"` }
Options is the meta information for the cli.
Click to show internal directories.
Click to hide internal directories.