Builtins
Normalized built-in flag state stored on CLISchema.
Sealed by createCLISchema; every key is present after normalization.
- Import:
@kjanat/dreamcli - Export kind: interface
- Declared in:
src/core/cli/builtins.ts - Source link:
src/core/cli/builtins.ts:56
Signatures
ts
interface Builtins {}Members
Properties
[schemaBrand]
Type-only seal produced by createCLISchema.
ts
[schemaBrand]: "builtins";help
Whether the root owns --help/-h and the bare help token.
ts
help: BuiltinMode;json
Whether the root owns --json.
ts
json: BuiltinMode;quiet
Whether the root owns --quiet/-q.
ts
quiet: BuiltinMode;