about summary refs log tree commit diff
path: root/readme.md
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2023-08-24 21:45:25 -0500
committergennyble <gen@nyble.dev>2023-08-24 21:45:25 -0500
commit544aae00aa8d589a2b2817373611d21aa70eec0e (patch)
tree7cd78a83c8370284efc1554ceb2fd062bf6fcda0 /readme.md
parent96ba35059a31dcf12f78587ee76bdea7262fe16b (diff)
downloadwhenwasit-544aae00aa8d589a2b2817373611d21aa70eec0e.tar.gz
whenwasit-544aae00aa8d589a2b2817373611d21aa70eec0e.zip
whenwasignore?
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 5345195..734e81f 100644
--- a/readme.md
+++ b/readme.md
@@ -1,8 +1,15 @@
-`whenwasit path`  
+```
+Usage: whenwasit [options] PATH
+```
+
 little thing meant to be called in a git-hook as to keep track of
 file creation and modification dates, which are important to me.
 dumps csv output on stdout, errors abort with a panic.
 
+You can use the flag `--ignore` to stop it from descending into
+directories. The flag takes a path to a file that contains a list
+of directory to ignore, relative to the path given to whenwasit.
+
 **CSV Output Defintion:**  
 data is output on `stdout` in a CSV format. because there are
 varying ways to make a CSV, it's described in detail below.