@cristianormazabal/triton-latex 0.1.0 → 0.1.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/dist/cli.cjs CHANGED
@@ -41500,7 +41500,7 @@ async function main() {
41500
41500
  const args = parseArgs(process.argv.slice(2));
41501
41501
  if (args.help || !args.command) {
41502
41502
  console.log(USAGE);
41503
- return args.command ? 0 : 1;
41503
+ return args.help ? 0 : 1;
41504
41504
  }
41505
41505
  if (args.command === "render") {
41506
41506
  const input = args.positionals[0];