Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "dev" Commit = "none" Date = "unknown" )
View Source
var RootCmd = &cobra.Command{ Use: "roady", Version: Version, Short: "A planning-first system of record for software work", Long: `Roady is a planning-first system of record for software work. It helps individuals and teams answer: 1. What are we building? 2. Why are we building it? 3. What should happen next?`, }
RootCmd represents the base command when called without any subcommands
View Source
var RunForecast = runForecast
RunForecast is the exported RunE function for use as a subcommand
View Source
var RunTimeline = runTimeline
RunTimeline is the exported RunE function for use as a subcommand
View Source
var RunUsage = runUsage
RunUsage is the exported RunE function for use as a subcommand
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.