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 c42baa1 commit e0ba541Copy full SHA for e0ba541
.changeset/khaki-meals-warn.md
@@ -0,0 +1,5 @@
1
+---
2
+'extractinator': patch
3
4
+
5
+fix: logs not showing on cli by default
src/exports/cli.ts
@@ -23,9 +23,7 @@ cli.command('extract <input> <output>')
23
input = resolve(input)
24
output = resolve(output)
25
26
- if (options.quiet) {
27
- shouldLog(false)
28
- }
+ shouldLog(!options.quiet)
29
30
const extracted_files = await extractinator({
31
tsdocConfigPath: options['tsdoc-config'],
0 commit comments