Skip to content

Commit

Permalink
Fix example code in Readme_zh-CN.md (#2313)
Browse files Browse the repository at this point in the history
  • Loading branch information
fwgood authored Jan 17, 2025
1 parent 8263b7f commit 2619c99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Readme_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ const { program } = require('commander');

program
.option('--first')
.option('-s, --separator <char>');
.option('-s, --separator <char>')
.argument('<string>');

program.parse();

Expand Down

0 comments on commit 2619c99

Please sign in to comment.