()
| 16 | declare const __CLI_VERSION__: string; |
| 17 | |
| 18 | export function formatVersion(): string { |
| 19 | return `plannotator ${typeof __CLI_VERSION__ !== "undefined" ? __CLI_VERSION__ : "dev"}`; |
| 20 | } |
| 21 | |
| 22 | export function isInteractiveNoArgInvocation( |
| 23 | args: string[], |
no outgoing calls
no test coverage detected