Skip to content

Commit ffa6afa

Browse files
committed
chore: leave declarations.d.ts untouched
The deprecation note on disableCommandHelpSuggestion said only that nothing references it, which the declaration already shows; the file goes back to its merge-base content.
1 parent 3549b4c commit ffa6afa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

‎lib/common/declarations.d.ts‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ interface IHttpRequestError extends Error {
271271
interface ICommandOptions {
272272
disableAnalytics?: boolean;
273273
enableHooks?: boolean;
274-
/** @deprecated Declared here, referenced nowhere. */
275274
disableCommandHelpSuggestion?: boolean;
276275
}
277276

0 commit comments

Comments
 (0)