The issue_tree CLI entry point.
issue_tree
arguments after the node/script entries
the process exit code
await main(['render', '--format', 'json']) // => 0 await main(['--help']) // => 0 (prints help to stdout) await main(['--version']) // => 0 (prints version to stdout) Copy
await main(['render', '--format', 'json']) // => 0 await main(['--help']) // => 0 (prints help to stdout) await main(['--version']) // => 0 (prints version to stdout)
The
issue_treeCLI entry point.