📱 cliArgs.ts

This commit is contained in:
nirholas
2026-03-31 10:24:13 +00:00
parent c22fcedef3
commit 4f31a6360a

View File

@@ -58,3 +58,4 @@ export function extractArgsAfterDoubleDash(
}
return { command: commandOrValue, args }
}