Skip to main content

Module cmd

Module cmd 

Source

Modules§

alias
api
auth
browse
collaborator
config_cmd
extension
gist
interactive
issue
label
milestone
org
pr
release
repo
search
ssh_key
status
webhook

Structs§

Ctx

Functions§

confirm
Guard a destructive operation behind explicit confirmation. --yes skips the prompt; an interactive terminal must type yes; anything else (piped stdin, no TTY) is a usage error, so scripts can’t delete by accident.
preview_line
Format a --preview intent line consistently. Mutating verbs call this before doing any work when ctx.preview is set, then return Ok(()).
run