Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// Version is set via ldflags at build time
Version = "dev"
)
Functions ¶
func GetDefaultTeam ¶
func GetDefaultTeam() string
GetDefaultTeam returns the default team from config, or empty string
func NewRootCmd ¶
NewRootCmd creates the root command for the 'linear' CLI
func ResolutionError ¶
ResolutionError creates a standard error message when auto-resolution fails
Types ¶
type ProjectConfig ¶
type ProjectConfig struct {
Team string `yaml:"team"`
}
ProjectConfig represents the .linear.yaml config file
func LoadProjectConfig ¶
func LoadProjectConfig() (*ProjectConfig, error)
LoadProjectConfig loads the .linear.yaml config from current or parent directories
Click to show internal directories.
Click to hide internal directories.