UNPKG

@oclif/plugin-commands

Version:

plugin to show the list of all the commands

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