Skip to main content
Module

x/capi/deps/cliffy.ts>ChildCommandType

[WIP] A framework for crafting interactions with Substrate chains
Latest
class ChildCommandType
extends StringType
import { ChildCommandType } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/cliffy.ts";

String type with auto completion of child command names.

Constructors

new
ChildCommandType(cmd?: Command)

Methods

complete(cmd: Command): string[]

Complete child command names.