Skip to content

fix(cli): add --output flag to csdm video --help#1333

Open
Boci1337 wants to merge 1 commit intoakiver:mainfrom
Boci1337:fix/video-help-output-flag
Open

fix(cli): add --output flag to csdm video --help#1333
Boci1337 wants to merge 1 commit intoakiver:mainfrom
Boci1337:fix/video-help-output-flag

Conversation

@Boci1337
Copy link

What this PR does

Adds the missing --output / -o flag documentation to csdm video --help.

The problem

The flag was defined and parsed:

private readonly outputFlag = 'output';
[this.outputFlag]: { type: 'string', short: 'o' },

But never printed in printHelp(), making it undiscoverable for users.

The fix

One line addition:

console.log(`  --${this.outputFlag} <path> (output folder for generated videos)`);

Related issue

Fixes #1332

The --output flag was defined and parsed but never listed in --help.

This adds the missing documentation line so users can discover the flag.

Fixes akiver#1332
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

csdm video --help omits the --output flag

1 participant