Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
type Cmd struct {
Claude bool `help:"Set up Claude Code hooks."`
Codex bool `help:"Set up Codex hooks."`
All bool `help:"Set up all supported agents, even if not detected."`
Scope string `help:"Configuration scope: project or user." default:"project" enum:"project,user"`
BakeLog bool `help:"Bake --log into generated command strings." name:"bake-log"`
BakeLogLevel string `` /* 199-byte string literal not displayed */
DryRun bool `help:"Print the planned config output without writing files." name:"dry-run"`
Verbose bool `help:"With --dry-run, print the full rendered config for each selected agent."`
}
Cmd is the Kong command for "scut init".
Click to show internal directories.
Click to hide internal directories.