You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
in: flags.string({char: 'i',description: 'The path of the chat file or directory to be parsed. A glob expression may be passed containing chat files to be processed all at once, ex. ./**/*.chat. If flag is omitted, stdin will be used. If an output directory is not present (-o), it will default the output to the current working directory.'}),
26
26
out: flags.string({char: 'o',description: 'Path to the directory where the output of the multiple chat file processing (-o) will be placed.'}),
27
-
static: flags.boolean({char: 's',description: 'Use static timestamps when generating timestamps on activities.'}),
27
+
stamp: flags.boolean({char: 's',description: 'Use static timestamps when generating timestamps on activities.'}),
28
28
prefix: flags.boolean({char: 'p',description: 'Prefix stdout with package name.'}),
29
29
force: flags.boolean({char: 'f',description: 'If --out flag is provided with the path to an existing file, overwrites that file',default: false}),
0 commit comments