We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13149b6 commit 238d729Copy full SHA for 238d729
1 file changed
src/commands/export.ts
@@ -9,9 +9,10 @@ import ExportValidator from '../utils/commands/export/validators'
9
export default class Export extends Command {
10
static description = 'export data for a specific date / project'
11
12
- // FIXME add more examples
13
static examples = [
14
- '$ twe export --interactive'
+ '$ twe export --interactive',
+ '$ twe export --format=json --interactive',
15
+ '$ twe export --format=csv --project=name --from=2019-12-01 --to=2019-12-15'
16
]
17
18
// https://oclif.io/docs/flags
0 commit comments