Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
Email string `long:"email" short:"u" description:"email address name"`
Password string `long:"password" short:"p" description:"password"`
Passcode string `long:"passcode" short:"c" description:"MFA token passcode"`
}
Command is the subcommand to log in. Logging in saves a JWT token locally (in ~/.spanrc) which will be used to authenticate with Span.
Click to show internal directories.
Click to hide internal directories.