Browse Source

Add new CLI options to usage in README (#3123)

* Add new CLI options to usage in README

* Removed extra spaces
pull/3125/head
Iban Eguia Moraza 1 year ago committed by GitHub
parent
commit
5b9f8ca018
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -89,6 +89,8 @@ Options:
--flowgraph [<FORMAT>] Generate instruction flowgraph. Default is Graphviz [possible values: graphviz, mermaid]
--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]
--debug-object Inject debugging object `$boa`
-m, --module Treats the input files as modules
-r, --root <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
```

Loading…
Cancel
Save