diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2021-05-07 10:35:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-07 10:35:28 -0400 |
commit | b072d93e47949c9729c979fceef8a7c7bfd22d39 (patch) | |
tree | 96172b7aa41d6e0b4a44a4d8e67e7bcfd15511ef /README.md | |
parent | 003c7d1b27140d42c026c25fbca1cef545bfb5c7 (diff) | |
download | cleanpath-b072d93e47949c9729c979fceef8a7c7bfd22d39.tar.gz |
Improvements (#4)
* Move display code into functions
* Mark windows supported
* Guard against overruns
* Add --list argument to docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ $ make install usage: cleanpath [-hVelrsv] [pattern ...] --help -h Displays this help message --version -V Displays the program's version + --list Format output as a list --exact -e Filter when pattern is an exact match (default) --loose -l Filter when any part of the pattern matches --regex -r Filter matches with (Extended) Regular Expressions |