Skip to content

Commit 4fe2e46

Browse files
author
Schmidely Stéphane
committed
Update help of README
1 parent 45b144b commit 4fe2e46

1 file changed

Lines changed: 15 additions & 9 deletions

File tree

README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,29 @@ USAGE
3535

3636
## `twe hello [FILE]`
3737

38-
describe the command here
38+
export data for a specific date / project
3939

4040
```
4141
USAGE
42-
$ twe hello [FILE]
42+
$ twe export
4343
4444
OPTIONS
45-
-f, --force
46-
-h, --help show CLI help
47-
-n, --name=name name to print
45+
-f, --format=format output format (ie "json" or "csv")
46+
-f, --from=from start date with format "YYYY-MM-DD"
47+
-h, --help display help
48+
-i, --interactive interactive mode
49+
-p, --project=project name of the project
50+
-t, --to=to end date with format "YYYY-MM-DD"
4851
49-
EXAMPLE
50-
$ twe hello
51-
hello world from ./src/hello.ts!
52+
EXAMPLES
53+
$ twe export --interactive
54+
55+
$ twe export --format=json --interactive
56+
57+
$ twe export --format=csv --project=name --from=2019-12-01 --to=2019-12-15
5258
```
5359

54-
_See code: [src/commands/hello.ts](https://github.com/stephlm2dev/task-warrior-export/blob/v0.0.0/src/commands/hello.ts)_
60+
_See code: [src/commands/export.ts](https://github.com/stephlm2dev/task-warrior-export/blob/v0.0.0/src/commands/export.ts)_
5561

5662
## `twe help [COMMAND]`
5763

0 commit comments

Comments
 (0)