Skip to content

Commit

Permalink
updates usage in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoscaz committed Oct 25, 2024
1 parent 22b8aea commit 38eea63
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@ npm i -g taskparser

```
$ taskparser -h
usage: taskparser [-h] [-t TAGS] [-f FILTER] [-s SORT] [-w] [-W] [-o {tabular,csv,json}] path
usage: taskparser [-h] [-t TAGS] [-f FILTER] [-s SORT] [-w] [-l] [-o {tabular,csv,json}] path
A CLI tool to parse, sort and filter tasks and worklogs out of Markdown documents and print
them to standard output, either in tabular of CSV format.
A CLI tool to parse, sort and filter tasks and worklogs out of Markdown documents and print them to standard output, either in tabular of CSV format.
positional arguments:
path working directory
Expand All @@ -67,7 +66,7 @@ optional arguments:
filtering expression such as: foo(=bar)
-s SORT, --sort SORT sorting expression such as: foo(asc)
-w, --watch enable watch mode
-W, --worklogs enable worklogs mode
-l, --worklogs enable worklogs mode
-o {tabular,csv,json}, --out {tabular,csv,json}
set output format
```
Expand Down

0 comments on commit 38eea63

Please sign in to comment.