Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrTokenRequired = errors.New("token is required: use --token flag or RLGL_TOKEN env var") ErrClientIDRequired = errors.New("client-id is required: use --client-id flag or RLGL_CLIENT_ID env var") )
View Source
var ( Version = "dev" CommitSHA = "unknown" BuildTime = "unknown" )
Version information, set during build via ldflags.
View Source
var RootCmd = &cobra.Command{
Use: "rlgl",
Short: "Current work-in-progress status dashboard",
Long: `Status dashboard that shows what's currently
in progress as well as what upcoming items are in the user's
personal backlog.
rlgl reads from a local config file and syncs the status to a
remote web page.`,
}
RootCmd is the root command for rlgl.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.