diff --git a/README.md b/README.md index e9383345faa..e75e9248657 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ Options: --flowgraph [] Generate instruction flowgraph. Default is Graphviz [possible values: graphviz, mermaid] --flowgraph-direction 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] --debug-object Inject debugging object `$boa` + -m, --module Treats the input files as modules + -r, --root Root path from where the module resolver will try to load the modules [default: .] -h, --help Print help (see more with '--help') -V, --version Print version ```