(message: string)
| 108 | * Use this for essential command output that shouldn't be suppressed. |
| 109 | */ |
| 110 | export function output(message: string): void { |
| 111 | console.log(message) |
| 112 | } |
| 113 | |
| 114 | /** |
| 115 | * Log a message (respects quiet mode). |
no outgoing calls
no test coverage detected