Skip to content

Commit

Permalink
chore: improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandagg committed Oct 13, 2023
1 parent 731b4d3 commit 08c1e6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/completions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import * as path from 'path'
import deps from './deps'
import {configRemote, getGitRemotes} from './git'

// These types were removed in @oclif/core v3. Copied from v2: https://github.com/oclif/core/blob/2.15.0/src/interfaces/parser.ts#L345-L357
// These completion types were removed in @oclif/core v3. Copied from v2:
// https://github.com/oclif/core/blob/2.15.0/src/interfaces/parser.ts#L345-L357
export type CompletionContext = {
args?: { [name: string]: string };
flags?: { [name: string]: string };
Expand Down

0 comments on commit 08c1e6d

Please sign in to comment.