Documentation
¶
Overview ¶
Copyright 2026 YLD Limited SPDX-License-Identifier: Apache-2.0 Package command implements the cinzel CLI using urfave/cli. It registers provider subcommands (parse/unparse), the top-level assist command for AI-powered workflow generation, and GitHub-specific pin/upgrade commands for action version management.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cli ¶
Cli holds the CLI application state including the output writer and root command.
func New ¶
New creates a Cli configured with the given writer and version string. Errors and warnings go to os.Stderr; use NewWithErrWriter to send them somewhere else.
func NewWithErrWriter ¶ added in v0.6.0
NewWithErrWriter creates a Cli writing its output to writer and its errors and warnings to errWriter.