From 08c1e6dcc25de143c8433cec06976b14a5f8f276 Mon Sep 17 00:00:00 2001 From: RyanDagg Date: Fri, 13 Oct 2023 14:41:40 -0600 Subject: [PATCH] chore: improve comment --- src/completions.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/completions.ts b/src/completions.ts index bbb5020..74c67d5 100644 --- a/src/completions.ts +++ b/src/completions.ts @@ -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 };