Skip to content

Commit

Permalink
Update USAGE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWnuk committed Oct 5, 2024
1 parent 0c94308 commit d8c5422
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ These flags work with files and directories.
Only output items of a certain length (does not adjust for rules). Accepts ranges separated by '-'.
-m int
Minimum numerical frequency to include in output.
-md
If Markdown format should be used for output instead.
-n int
Maximum number of items to return in output.
-o string
Expand Down Expand Up @@ -244,6 +246,7 @@ The following transformations can be used with the `-t` flag:
- `ptt -vvv`: Show verbose statistics output.
- `ptt -n 50`: Show verbose statistics output with a maximum of 50 items.
- `ptt -o [FILE]`: Show output and save JSON output to a file.
- `ptt -md`: Show output as a Markdown table.
- These options are available for all transformations.

#### Real Examples:
Expand Down

0 comments on commit d8c5422

Please sign in to comment.