()
| 110 | } |
| 111 | |
| 112 | function createDefaultOptions(): MutableWeeklyOptions { |
| 113 | return { |
| 114 | write: false, |
| 115 | force: false, |
| 116 | }; |
| 117 | } |
| 118 | |
| 119 | function parseArgument(args: string[], index: number, parsed: MutableWeeklyOptions) { |
| 120 | const arg = args[index]; |
no outgoing calls
no test coverage detected