This commit is contained in:
Carl-Gerhard Lindesvärd
2024-07-15 17:58:48 +02:00
committed by Carl-Gerhard Lindesvärd
parent 3129f62c14
commit bf0c14cc88
6 changed files with 412 additions and 191 deletions

View File

@@ -12,8 +12,6 @@ function cli() {
}
);
console.log('cli args', args);
const [command] = args._;
switch (command) {