Skip to content

Commit

Permalink
feat : updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DeGraciaMathieu committed Jul 12, 2023
1 parent 04c3346 commit 0cedcb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ php smelly-code-detector inspect-method {path}
| --protected | Show only protected methods.|
| --without-constructor | Hide constructors.|
| --sort-by=smell | Sort order (smell, loc, arg, ccl), default smell.|
| --json | Render metrics in JSON|


## Examples
Expand Down Expand Up @@ -151,7 +152,7 @@ php smelly-code-detector inspect-class {path}
| --protected | Show only protected methods.|
| --without-constructor | Hide constructors.|
| --sort-by=smell | Sort order (count, smell, avg), default smell.|

| --json | Render metrics in JSON|

## Examples

Expand Down

0 comments on commit 0cedcb0

Please sign in to comment.