Skip to content

Commit

Permalink
Merge pull request #64 from LucasAndradeDias/update-readme
Browse files Browse the repository at this point in the history
Updated README
  • Loading branch information
LucasAndradeDias authored Mar 13, 2024
2 parents 6fc26d8 + 5433883 commit 7cbbc97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ output:
```bash
test2
│──1. __init__
│──1. __init__ module_testing_1.py 2
│──2. func1
│──2. func1 module_testing_1.py 5
│──3. func2
│──3. func2 module_testing_1.py 9
```

(If some exception was raised while tracing, the broken object will appear write in red color.)
Expand Down Expand Up @@ -110,7 +110,7 @@ Outliner is compatible with Python versions 3.6 to 3.12.

- `--file_path`(Required): Specifies the path to the Python module containing the object to be traced.

- `--object_invoke`(Required): The invoking stetament of the object you want to trace.
- `--object_invoke | -o `(Required): The invoking stetament of the object you want to trace.

- `--mode`(Optional): The output mode (tree or detaield_data).

Expand Down

0 comments on commit 7cbbc97

Please sign in to comment.