Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateUser ¶
type CreateUser struct {
Name string `arg:"" name:"name" help:"The name of the new user"`
}
type User ¶
type User struct { Create CreateUser `cmd:"" name:"create" aliases:"c" help:"Create a new FunLess user"` List ListUsers `cmd:"" name:"list" aliases:"l" help:"List all FunLess users"` Host string `short:"H" help:"API host/port of the platform (no protocol)"` }
Click to show internal directories.
Click to hide internal directories.