* Command handler which is called for legacy commands or when process.isTTY is false * @param args - arguments object as defined in name. * @param flags - command flags as described in options. * @return - Report object. The Report.data is printed to the stdout as is.
(args: CLIArgs, flags: Flags)
| 91 | * @return - Report object. The Report.data is printed to the stdout as is. |
| 92 | */ |
| 93 | report?(args: CLIArgs, flags: Flags): Promise<string | Report>; |
| 94 | |
| 95 | /** |
| 96 | * Optional handler to provide a raw result of the command. |
no outgoing calls
no test coverage detected