From b072d93e47949c9729c979fceef8a7c7bfd22d39 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 7 May 2021 10:35:28 -0400 Subject: Improvements (#4) * Move display code into functions * Mark windows supported * Guard against overruns * Add --list argument to docs --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') 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 -- cgit