cli

package
v0.0.0-...-a6983c7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2026 License: MIT Imports: 36 Imported by: 0

Documentation

Overview

Package cli implements Cobra CLI commands for Raven.

Index

Constants

This section is empty.

Variables

View Source
var ErrWorkflowNotFound = errors.New("workflow definition not found")

ErrWorkflowNotFound is returned when a workflow definition cannot be resolved. This occurs in resume mode when T-049 built-in definitions are not yet available.

Functions

func Execute

func Execute() int

Execute runs the root command and returns the exit code.

func NewPRDCmd

func NewPRDCmd() *cobra.Command

NewPRDCmd creates the "raven prd" command.

func NewRootCmd

func NewRootCmd() *cobra.Command

NewRootCmd returns a new instance of the root command for use in external tools such as the shell completion generator and man page generator. It initialises a fresh cobra command tree with the same persistent flags and PersistentPreRunE as the global rootCmd so that generated docs and completions include all flags.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL