aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2021-05-07 10:35:28 -0400
committerGitHub <noreply@github.com>2021-05-07 10:35:28 -0400
commitb072d93e47949c9729c979fceef8a7c7bfd22d39 (patch)
tree96172b7aa41d6e0b4a44a4d8e67e7bcfd15511ef /README.md
parent003c7d1b27140d42c026c25fbca1cef545bfb5c7 (diff)
downloadcleanpath-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.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3ee681a..2950971 100644
--- a/README.md
+++ b/README.md
@@ -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