diff options
author | gennyble <gen@nyble.dev> | 2023-08-25 17:57:51 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-08-25 17:57:51 -0500 |
commit | 85052baf6ff0ce914ff44435cb8ba3edb8725947 (patch) | |
tree | 3812b173c1035a4090a110bf6dfb14fbc5afa065 /readme.md | |
parent | d1c2d05fdb38c44bc5e92a53cc61183dc2982c7b (diff) | |
download | whenwasit-85052baf6ff0ce914ff44435cb8ba3edb8725947.tar.gz whenwasit-85052baf6ff0ce914ff44435cb8ba3edb8725947.zip |
add quiet flag, error handling
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.md b/readme.md index d52ebf9..cda15aa 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,8 @@ 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. +dumps csv output on stdout, errors abort with a panic +*(this will be fixed later)*. 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 |