(f: string)
| 86 | if (args.stealth) fetchConfig.stealth = true; |
| 87 | |
| 88 | const onInvalidFormat = (f: string): never => |
| 89 | out.error(`Unknown format: ${f}. Valid: ${BASE_FORMATS.join(", ")}`); |
| 90 | |
| 91 | switch (action) { |
| 92 | case "create": { |
nothing calls this directly
no outgoing calls
no test coverage detected