File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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```
4141USAGE
42- $ twe hello [FILE]
42+ $ twe export
4343
4444OPTIONS
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
You can’t perform that action at this time.
0 commit comments