Function listCommandsWithMissingDocumentation
listCommandsWithMissingDocumentation( options?: { onlyDeprecated?: boolean; onlyFunctional?: boolean; onlyNonDeprecated?: boolean; onlyNonFunctional?: boolean; onlyNonVersion0?: boolean; onlyVersion0?: boolean; },): { commandName: string; description: boolean; flags: boolean; list: boolean; missingFlagsList?: string; syntax: boolean;}[] Parameters
- options: {
onlyDeprecated?: boolean;
onlyFunctional?: boolean;
onlyNonDeprecated?: boolean;
onlyNonFunctional?: boolean;
onlyNonVersion0?: boolean;
onlyVersion0?: boolean;
} = {}
Returns {
commandName: string;
description: boolean;
flags: boolean;
list: boolean;
missingFlagsList?: string;
syntax: boolean;
}[]