UNPKG

@kui-shell/plugin-tutorials

Version:

IBM Cloud shell plugin for tutorials

9 lines (8 loc) 284 B
import { Registrar } from '@kui-shell/core'; declare const _default: (commandTree: Registrar) => Promise<void>; /** * Here we register as a listener for "shortcut" commands, that make * it a bit easier to launch of some of the entry-level tutorials. * */ export default _default;