Skip to content

Commit

Permalink
fixup for chore(cli): remove sys param from parseFlags #3489
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaskiewicz committed Dec 2, 2022
1 parent fc622f1 commit 5048e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/parse-flags.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { readOnlyArrayHasStringMember, toCamelCase } from '@utils';

import { CompilerSystem, LOG_LEVELS, LogLevel, TaskCommand } from '../declarations';
import { LOG_LEVELS, LogLevel, TaskCommand } from '../declarations';
import {
BOOLEAN_CLI_FLAGS,
CLI_FLAG_ALIASES,
Expand Down

0 comments on commit 5048e2b

Please sign in to comment.