Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildRootCmd ¶
BuildRootCmd builds and returns the root cobra command.
Types ¶
type AddOptions ¶
type AddOptions struct {
Global bool
Project bool
Agents []string // empty = prompt
Skills []string // empty = prompt; "*" = all
PreselectedSkills []string // pre-ticked in the skill picker, but others still shown
ListOnly bool
Yes bool // skip prompts
Copy bool
All bool // --all: skill '*', agent '*', -y
FullDepth bool
SkipAudit bool
FailOnAudit bool
AllowHiddenChars bool
}
type AuditOptions ¶
type DoctorOptions ¶
type FindSkillResult ¶
type InstallMode ¶
type InstallMode string
const ( InstallModeSymlink InstallMode = "symlink" InstallModeCopy InstallMode = "copy" )
type InstallResult ¶
type InstalledSkill ¶
type RemoveOptions ¶
type SyncOptions ¶
Click to show internal directories.
Click to hide internal directories.