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