Skip to content

Commit

Permalink
chore: add comment on Completion types
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandagg committed Oct 13, 2023
1 parent e2fc3d8 commit 731b4d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/completions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ 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
export type CompletionContext = {
args?: { [name: string]: string };
flags?: { [name: string]: string };
Expand Down

0 comments on commit 731b4d3

Please sign in to comment.