MCPcopy
hub / github.com/Fission-AI/OpenSpec / hiddenStorePathOption

Function hiddenStorePathOption

src/cli/index.ts:49–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47// instead of Commander emitting a generic unknown-option error (or, for
48// `show`, silently ignoring it via allowUnknownOption).
49function hiddenStorePathOption(): Option {
50 return new Option(
51 '--store-path <path>',
52 'Not supported; register the path with "openspec store register <path>" and use --store <id>'
53 ).hideHelp();
54}
55
56function failWithError(
57 error: unknown,

Callers 1

index.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected