llminfo

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 17, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Use:     "llm-info",
	Short:   "Print full CLI reference for LLM consumption",
	Long:    "Output a comprehensive markdown description of every command, flag, and workflow so an LLM agent can understand and use the Adapto CMS CLI. The command reference is generated from the live command tree, so it cannot diverge from the actual CLI.",
	Example: "adapto llm-info",
	Run: func(cmd *cobra.Command, args []string) {
		fmt.Print(reference(cmd.Root()))
	},
}

Cmd is the llm-info command.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL