diff options
| author | ayyansea <ayyansea@gmail.com> | 2024-12-03 22:58:39 +0300 |
|---|---|---|
| committer | ayyansea <ayyansea@gmail.com> | 2024-12-03 22:58:39 +0300 |
| commit | c3929a4a72e076b02a0bacf9e639804a2149cf80 (patch) | |
| tree | 0bbc366b2af82fffe089a37e854d5cc9be1e7349 /README.md | |
| parent | aa2b92b7bb3a790d5d157dac95706a390ca4997c (diff) | |
chore: update README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -11,9 +11,9 @@ uptfs will be considered complete as soon as all these statements are true: * -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 + * -f, --filter - name of a filter to apply (can be used multiple times) (DONE) +* it prioritizes command line options over those in the config file (DONE) * 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 +* it has 'normal' and 'verbose' modes, the latter meaning presence of debug logs while the program is running (DONE) Doing more doesn't really make sense since this is a learning project. |
