cli

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2026 License: MIT Imports: 40 Imported by: 0

Documentation

Index

Constants

View Source
const EnvCredentialPassphrase = "SSHQ_CREDENTIAL_PASSPHRASE"

EnvCredentialPassphrase supplies the passphrase for a passphrase-mode credential store in non-interactive runtime contexts (daemon background loop, agent pipe). Direct commands fall back to a TTY prompt when it is unset.

Variables

This section is empty.

Functions

func NewRootCommand

func NewRootCommand() *cobra.Command

Types

type DocDrift added in v0.2.0

type DocDrift struct {
	Consistent bool       `json:"consistent"`
	Added      []string   `json:"added,omitempty"`
	Removed    []string   `json:"removed,omitempty"`
	Changed    []FileDiff `json:"changed,omitempty"`
}

DocDrift holds the result of comparing generated docs against existing ones.

func (DocDrift) Pretty added in v0.2.0

func (d DocDrift) Pretty() string

type FileDiff added in v0.2.0

type FileDiff struct {
	File    string `json:"file"`
	Summary string `json:"summary"`
}

Jump to

Keyboard shortcuts

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