Constructors
Methods
Static
describe
- describe(
obj: any,
options?: {
filter?: (
o: { args: string[]; func: any; funcName: string },
) => boolean;
},
): ICliCommandProcessor[] Parameters
- obj: any
Optional
options: { filter?: (o: { args: string[]; func: any; funcName: string }) => boolean }
Static
getFunctionArguments
- getFunctionArguments(func: any): string[]
Returns string[]
Static
supportsDynamicArgs
- supportsDynamicArgs(func: any): boolean
Returns boolean