Skip to content

Commit

Permalink
fix: -a option was ingored
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Mar 9, 2024
1 parent af8461f commit 3298a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const sourceFile =
args.source === defaultOptions.sourceFile ? args.action : args.source;

const options = {
sourceFile: sourceFile,
sourceFile,
tocLevel: args["toc-level"],
updateReadme,
readmeFile:
Expand Down

0 comments on commit 3298a8a

Please sign in to comment.