Skip to content

InputSchemaBranch ​

The JSON Schema object describing one command's flags and args.

Signatures ​

ts
type InputSchemaBranch = unknown;

Members ​

Properties ​

additionalProperties ​

ts
additionalProperties: false;

properties ​

ts
properties: Readonly<Record<string, InputSchemaProperty>>;

required ​

ts
required?: readonly string[];

type ​

ts
type: "object";

See Also ​

Released under the MIT License.