improved a lot of things

This commit is contained in:
SinachPat
2026-04-30 16:47:26 +01:00
parent 0c3ac48a3b
commit 42ba668399
11 changed files with 650 additions and 149 deletions
+2 -1
View File
@@ -47,7 +47,8 @@ function main(): void {
if (values.help || !command) {
printUsage();
process.exit(command ? 0 : 1);
// --help is a success; missing command is a usage error.
process.exit(values.help ? 0 : 1);
}
if (command !== 'dev') {