WithSecureLabs / IAMGraph

Apache License 2.0
37 stars 2 forks source link

Command error in documentation #1

Closed bharathkarumudi closed 6 months ago

bharathkarumudi commented 6 months ago

The run command is given two times in the document, and while executing encountered the below error:

Usage: iamgraph run [OPTIONS]
Try 'iamgraph run --help' for help.

Error: No such option: --db-uri

The command should be iamgraph --db-uri bolt://localhost:7687 run --input-dir ./input/

alkall commented 6 months ago

True, there was a typo. I've pushed an update fixing it. Thanks for raising this @bharathkarumudi !