Skip to content

Commit

Permalink
chore: update description
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv committed Nov 5, 2023
1 parent 827e786 commit 733de0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/exports/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ interface ExtractOtpions {
}

cli.command('extract <input> <output>')
.describe('Extract the nator')
// .option('--tsconfig', 'Path to a custom tsconfig.json')
.describe('Run extractinator against a folder of svelte/ts/js files and save it to the output')
.option('--tsdoc-config', 'Path to a custom tsdoc.json')
.action(async (input: string, output: string, options: ExtractOtpions) => {
input = resolve(input)
Expand Down

0 comments on commit 733de0a

Please sign in to comment.