MCPcopy Create free account
hub / github.com/compozy/agh / newMemoryAdhocListCommand

Function newMemoryAdhocListCommand

internal/cli/memory.go:1195–1204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1193}
1194
1195func newMemoryAdhocListCommand() *cobra.Command {
1196 var flags memorySelectorFlags
1197 cmd := newUnsupportedMemoryCommand(
1198 memoryListKey,
1199 "memory.unsupported: adhoc list is not registered in Slice 1 API",
1200 cobra.NoArgs,
1201 )
1202 addMemorySelectorFlags(cmd, &flags)
1203 return cmd
1204}
1205
1206func newMemoryDailyUnsupportedSelectorCommand(
1207 use string,

Callers 1

newMemoryAdhocCommandFunction · 0.85

Calls 2

addMemorySelectorFlagsFunction · 0.85

Tested by

no test coverage detected