UNPKG

@oclif/plugin-commands

Version:

plugin to show the list of all the commands

4 lines (3 loc) 219 B
import { Command } from '@oclif/core'; declare const createCommandTree: (commands: Command.Loadable[], topicSeparator?: string) => import("@oclif/core/lib/cli-ux/styled/tree.js").Tree; export default createCommandTree;