Documentation
¶
Overview ¶
Package commands provides CLI commands for the aix tool.
Package commands provides CLI commands for the aix tool.
Package commands implements the CLI commands for aix.
Package commands provides CLI commands for the aix tool.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the semantic version of the build. Version = "dev" // Commit is the git commit SHA of the build. Commit = "none" // Date is the build date. Date = "unknown" )
Functions ¶
func GetPlatformFlag ¶
func GetPlatformFlag() []string
GetPlatformFlag returns the current value of the --platform flag. This is used by subcommands to access the flag value.
func SetPlatformFlag ¶
func SetPlatformFlag(platforms []string)
SetPlatformFlag sets the platform flag value. This is used for programmatic override (e.g., interactive mode).
Types ¶
This section is empty.
Source Files
¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Package agent provides commands for managing AI coding agents.
|
Package agent provides commands for managing AI coding agents. |
|
Package backup provides CLI commands for managing configuration backups.
|
Package backup provides CLI commands for managing configuration backups. |
|
Package command provides the command group for managing AI assistant slash commands.
|
Package command provides the command group for managing AI assistant slash commands. |
|
Package flags provides shared flag accessors for CLI commands.
|
Package flags provides shared flag accessors for CLI commands. |
|
Package mcp provides the mcp command group for managing MCP server configurations.
|
Package mcp provides the mcp command group for managing MCP server configurations. |
|
Package repo provides CLI commands for managing skill repositories.
|
Package repo provides CLI commands for managing skill repositories. |
|
Package search provides the search command for finding resources across cached repositories.
|
Package search provides the search command for finding resources across cached repositories. |
|
Package skill provides the skill command group for managing AI assistant skills.
|
Package skill provides the skill command group for managing AI assistant skills. |
Click to show internal directories.
Click to hide internal directories.