Skip to content

Commit 238d729

Browse files
author
Schmidely Stéphane
committed
Add more examples
1 parent 13149b6 commit 238d729

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/commands/export.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ import ExportValidator from '../utils/commands/export/validators'
99
export default class Export extends Command {
1010
static description = 'export data for a specific date / project'
1111

12-
// FIXME add more examples
1312
static examples = [
14-
'$ twe export --interactive'
13+
'$ twe export --interactive',
14+
'$ twe export --format=json --interactive',
15+
'$ twe export --format=csv --project=name --from=2019-12-01 --to=2019-12-15'
1516
]
1617

1718
// https://oclif.io/docs/flags

0 commit comments

Comments
 (0)