Skip to content

Commit

Permalink
spaces fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SenjeyB committed Nov 26, 2024
1 parent 170c240 commit b7d2f80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/eoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -390,11 +390,11 @@ program.command('jeo:assemble')
program.command('docs')
.description('Generate documentation from XMIR files')
.option(
'--skip-uncommented',
'--skip-uncommented',
'Do not include lines without comments in the documentation'
)
.action((str, opts) => {
coms().docs({ ...program.opts(), ...str });
coms().docs({...program.opts(), ...str});
});

try {
Expand Down

0 comments on commit b7d2f80

Please sign in to comment.