Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { Add addOutboxCmd `command:"add" description:"add message to oubox"` List listOutboxCmd `command:"list" alias:"ls" description:"list messages in outbox"` Delete deleteOutboxCmd `command:"delete" alias:"del" description:"delete message from outbox"` Watch watchOutboxCmd `command:"watch" alias:"w" description:"monitor message in outbox"` }
Command holds the subcommands for the outbox command
Click to show internal directories.
Click to hide internal directories.