Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 27a2133

Browse files
authored
Merge pull request #141 from microsoft/chatdown-refactor
Update flag description
2 parents ea541ff + c213c53 commit 27a2133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/chatdown/src/commands/chatdown.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default class Chatdown extends Command {
1818

1919
static flags = {
2020
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.'}),
21-
out: flags.string({char: 'o', description: 'Path to the directory where the output of the multiple chat file processing (-f) will be placed.'}),
21+
out: flags.string({char: 'o', description: 'Path to the directory where the output of the multiple chat file processing (-o) will be placed.'}),
2222
static: flags.boolean({char: 's', description: 'Use static timestamps when generating timestamps on activities.'}),
2323
prefix: flags.boolean({char: 'p', description: 'Prefix stdout with package name.'}),
2424
help: flags.help({char: 'h', description: 'Chatdown command help'})

0 commit comments

Comments
 (0)