MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / CommandHelpRow

Struct CommandHelpRow

cli/commands.go:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 {Primary: "/storage", Description: "Show session storage usage"},
54 {Primary: "/cleanup", Description: "Dry-run session storage cleanup; use --enforce to apply"},
55 {Primary: "/pin", Description: "Protect current session from cleanup"},
56 {Primary: "/unpin", Description: "Allow current session cleanup"},
57 {Primary: "/quit", Description: "Exit LUMINA", Aliases: []string{"/q", "/exit"}},
58}
59
60var BuiltinCommands = buildBuiltinCommands()
61var CommandMeta = buildCommandMeta()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected