Skip to content

Commit

Permalink
Merge pull request #2122 from mitre/dependabot/npm_and_yarn/oclif/tes…
Browse files Browse the repository at this point in the history
…t-3.1.5

Bump @oclif/test from 3.0.2 to 3.1.5
  • Loading branch information
github-actions[bot] authored Dec 20, 2023
2 parents f02e1ba + 633f552 commit 7a0647a
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 30 deletions.
90 changes: 61 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/help/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import {Command, Help} from '@oclif/core'
For additional information, reference the oclif Help Classes (https://oclif.io/docs/help_classes)
*/
export default class MyHelpClass extends Help {
public async showCommandHelp(command: Command.Class | Command.Loadable | Command.Cached): Promise<void> { // skipcq: JS-0116
public async showCommandHelp(command: Command.Loadable): Promise<void> { // skipcq: JS-0116
const name = command.id
const depth = name.split(':').length

Expand Down

0 comments on commit 7a0647a

Please sign in to comment.