Skip to content

Commit

Permalink
printCommands in interface GluegunPrint is missing the optional param…
Browse files Browse the repository at this point in the history
  • Loading branch information
amartincastro authored and Ariel Castro committed Jan 31, 2020
1 parent c11ebec commit 5881f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toolbox/print-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export interface GluegunPrint {
/* An `ora`-powered spinner. */
spin(options?: ora.Options | string): ora.Ora
/* Print help info for known CLI commands. */
printCommands(toolbox: GluegunToolbox): void
printCommands(toolbox: Toolbox, commandRoot?: string[]): void
/* Prints help info, including version and commands. */
printHelp(toolbox: GluegunToolbox): void
}

0 comments on commit 5881f44

Please sign in to comment.