Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Fission-AI/OpenSpec
/ FlagShape
Interface
FlagShape
test/core/completions/command-registry.test.ts:31–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
interface
FlagShape {
32
name: string;
33
short?: string;
34
takesValue?: true;
35
}
36
37
interface
PositionalShape {
38
name: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected