File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,7 @@ import * as fish from './fish';
44import * as powershell from './powershell' ;
55import type { CAC } from 'cac' ;
66import { Completion } from './index' ;
7- import {
8- CompletionConfig ,
9- noopHandler ,
10- assertDoubleDashes ,
11- } from './shared' ;
7+ import { CompletionConfig , noopHandler , assertDoubleDashes } from './shared' ;
128
139const execPath = process . execPath ;
1410const processArgs = process . argv . slice ( 1 ) ;
Original file line number Diff line number Diff line change @@ -11,11 +11,7 @@ import type {
1111 SubCommandsDef ,
1212} from 'citty' ;
1313import { generateFigSpec } from './fig' ;
14- import {
15- CompletionConfig ,
16- noopHandler ,
17- assertDoubleDashes ,
18- } from './shared' ;
14+ import { CompletionConfig , noopHandler , assertDoubleDashes } from './shared' ;
1915
2016function quoteIfNeeded ( path : string ) {
2117 return path . includes ( ' ' ) ? `'${ path } '` : path ;
You can’t perform that action at this time.
0 commit comments