summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorayyansea <ayyansea@gmail.com>2024-11-27 23:43:55 +0300
committerayyansea <ayyansea@gmail.com>2024-11-27 23:43:55 +0300
commit116dd20ab6abd568d0f2de6aa09bc0e9f73db8d2 (patch)
tree3a150c469785b552f66cd1e90c591c882a24e6c9 /README.md
parentd0b5612d38595e8147aa9c75cbb5bb2c3fc81bbe (diff)
chore: update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4ac8dfd..ab592cd 100644
--- a/README.md
+++ b/README.md
@@ -8,12 +8,12 @@ uptfs will be considered complete as soon as all these statements are true:
* it can output text either to stdout or to a file
* it can be configured either fully with command line options or with a YAML file (or with a mix of both)
* it has the following configuration options (both in CLI and file modes):
- * -c, --config-file - path to the config file
+ * -c, --config-file - path to the config file (DONE)
* -i, --input-file - path to the input file
* -o, --output-file - path to the output file
* -f, --filter - name of a filter to apply (can be used multiple times)
* it prioritizes command line options over those in the config file
-* it contains at least 7 different predefined filters
+* it contains at least 7 different predefined filters (DONE)
* it has 'normal' and 'verbose' modes, the latter meaning presence of debug logs while the program is running
-Doing more doesn't really make sense since this is a learning project. \ No newline at end of file
+Doing more doesn't really make sense since this is a learning project.