Ok that was a really stupid bug. One character change smh

This commit is contained in:
Mewrry the Kitty 2026-01-04 01:17:48 -06:00
parent 8039967874
commit 7ee1a03fa7
2 changed files with 2 additions and 2 deletions

View file

@ -112,7 +112,7 @@ function parseCliArgs() {
let letterFlag = false
let flag = false
for (let i=0;i<args.length;i++) {
let arg = args[i];a
let arg = args[i];
if (nextIsOutput) {
output = arg;

File diff suppressed because one or more lines are too long