This commit is contained in:
Ben 2025-02-17 13:34:48 +01:00
parent 90d1c951e1
commit e66bd9643e
No known key found for this signature in database
GPG Key ID: 0F16E812E736C24B

View File

@ -50,10 +50,6 @@ function handleExit() {
process.exit(0); process.exit(0);
} }
function getWorkingDir(commandArgs) {
}
export async function main() { export async function main() {
const commandArgs = parseCommandLineArgs(); const commandArgs = parseCommandLineArgs();
if (commandArgs) { if (commandArgs) {