Documentation
¶
Overview ¶
Package cancel implements the `aiwf cancel` verb. It is the per-verb subpackage that cmd/aiwf/main.go's newRootCmd wires via NewCmd(); per the M-0115 pattern, every cmd/aiwf verb lives under internal/cli/<verb>/.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶ added in v0.31.0
type Options struct {
ID string
Actor string
Principal string
Root string
Reason string
Force bool
AuditOnly bool
Out cliutil.OutputFormat
}
Options carries the `aiwf cancel` invocation inputs to Run. Collapsing the previously-positional signature into a named struct removes the transpose-two-strings hazard the long positional form carried, mirroring internal/verb's PromoteOptions / AddOptions convention at the CLI adapter boundary (G-0227).
Click to show internal directories.
Click to hide internal directories.