@oclif/core
Advanced tools
@@ -32,3 +32,3 @@ import { Command } from '../command'; | ||
| protected formatCommands(commands: Array<Command.Loadable>): string; | ||
| protected formatRoot(): string; | ||
| formatRoot(): string; | ||
| protected formatTopic(topic: Interfaces.Topic): string; | ||
@@ -35,0 +35,0 @@ protected formatTopics(topics: Interfaces.Topic[]): string; |
+1
-1
| { | ||
| "name": "@oclif/core", | ||
| "description": "base library for oclif CLIs", | ||
| "version": "4.12.0", | ||
| "version": "4.13.0", | ||
| "author": "Salesforce", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/oclif/core/issues", |
459090
0