We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 121dd26 commit d113fa9Copy full SHA for d113fa9
1 file changed
src/index.ts
@@ -23,8 +23,8 @@
23
import Debug from 'debug';
24
import loudRejection from 'loud-rejection';
25
26
+import {CommanderError} from 'commander';
27
import {makeProgram} from './commands/program.js';
-import { CommanderError } from 'commander';
28
29
const debug = Debug('clasp:cli');
30
0 commit comments