fix: camelCase detection mechanism in global CLI

This commit is contained in:
Eyal Toledano
2025-03-25 00:12:29 -04:00
parent 85e4c0b51e
commit ebc0e2018d
2 changed files with 128 additions and 71 deletions

View File

@@ -8,6 +8,11 @@
* It imports functionality from the modules directory and provides a CLI.
*/
// Add at the very beginning of the file
if (process.env.DEBUG === '1') {
console.error('DEBUG - dev.js received args:', process.argv.slice(2));
}
import { runCLI } from './modules/commands.js';
// Run the CLI with the process arguments