Modules§
- alias
- api
- auth
- browse
- collaborator
- config_
cmd - extension
- gist
- interactive
- issue
- label
- milestone
- org
- pr
- release
- repo
- search
- ssh_key
- status
- webhook
Structs§
Functions§
- confirm
- Guard a destructive operation behind explicit confirmation.
--yesskips the prompt; an interactive terminal must typeyes; anything else (piped stdin, no TTY) is a usage error, so scripts can’t delete by accident. - preview_
line - Format a
--previewintent line consistently. Mutating verbs call this before doing any work whenctx.previewis set, then returnOk(()). - run