Skip to content

Commit

Permalink
Refactor options parameter in extract command
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Feb 23, 2024
1 parent cbd5abe commit da17ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/extract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default (program: Command) => program
verbose?: number,
export?: boolean,
cwd?: string,
options?: string | string[] | Options
options?: string | Options
}) {
const { watch, output, verbose, cwd, options: customOptions } = options || {}
const extractor = new CSSExtractor(customOptions, cwd)
Expand Down

0 comments on commit da17ca0

Please sign in to comment.