@kitschpatrol/tldraw-cli 4.4.0 → 4.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cli.js +1 -1
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -23465,7 +23465,7 @@ await yargsInstance.scriptName("tldraw-cli").command("$0 <command>", "CLI tools
|
|
|
23465
23465
|
process.exit(1);
|
|
23466
23466
|
}
|
|
23467
23467
|
}
|
|
23468
|
-
).demandCommand(1).alias("h", "help").version(
|
|
23468
|
+
).demandCommand(1).alias("h", "help").version().alias("v", "version").help().wrap(process.stdout.isTTY ? Math.min(120, yargsInstance.terminalWidth()) : 0).parse();
|
|
23469
23469
|
/*! Bundled license information:
|
|
23470
23470
|
|
|
23471
23471
|
yargs-parser/build/lib/string-utils.js:
|