Skip to content

Commit 733de0a

Browse files
committed
chore: update description
1 parent 827e786 commit 733de0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/exports/cli.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ interface ExtractOtpions {
1414
}
1515

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

0 commit comments

Comments
 (0)