We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827e786 commit 733de0aCopy full SHA for 733de0a
src/exports/cli.ts
@@ -14,8 +14,7 @@ interface ExtractOtpions {
14
}
15
16
cli.command('extract <input> <output>')
17
- .describe('Extract the nator')
18
- // .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')
19
.option('--tsdoc-config', 'Path to a custom tsdoc.json')
20
.action(async (input: string, output: string, options: ExtractOtpions) => {
21
input = resolve(input)
0 commit comments