Skip to content

Builtins ​

Normalized built-in flag state stored on CLISchema.

Sealed by createCLISchema; every key is present after normalization.

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;

See Also ​

Released under the MIT License.