Skip to content

Commit

Permalink
feat(docs): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rohaquinlop committed Feb 11, 2024
1 parent b376d69 commit da56a95
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,17 @@ The cognitive complexity of the file is 3, and the output of the command
`complexipy path/to/file.py` will be:

```bash
───────────────── complexipy 0.1.0 🐙 ─────────────────
$ complexipy path/to/file.py
────────────────── complexipy 0.1.0 🐙 ───────────────────
test_decorator.py
Analysis completed! 🎉
Summary
┏━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┓
File ┃ Cognitive Complexity ┃
┡━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━┩
│ test_decorator.py │ 1
└───────────────────┴──────────────────────┘
Total files: 1
Summary
┏━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
Path ┃ File ┃ Complexity ┃
┡━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
./tests/test_decorat… │ test_decorator.py │ 1 │
└───────────────────────┴───────────────────┴────────────┘
1 files analyzed in 0.0038 seconds
```

## License
Expand Down

0 comments on commit da56a95

Please sign in to comment.