- debug: The different types of format available for dumping
--flowgraph-direction <FORMAT> Specifies the direction of the flowgraph. Default is top-top-bottom [possible values: top-to-bottom, bottom-to-top, left-to-right, right-to-left]
- json
--debug-object Inject debugging object `$boa`
- json-pretty
-h, --help Print help (see more with '--help')
-V, --version Print version
-t, --trace
Dump the AST to stdout with the given format
--vi
Use vi mode in the REPL
--flowgraph [<FORMAT>]
Generate instruction flowgraph. Default is Graphviz
Possible values:
- graphviz: Generates in graphviz format: <https://graphviz.org/>
- mermaid: Generates in mermaid format: <https://mermaid-js.github.io/mermaid/>
--flowgraph-direction <FORMAT>
Specifies the direction of the flowgraph. Default is TopToBottom