Module: vertx-js/cli

vertx-js/cli

Source:

Classes

CLI

Methods

<static> CLI.create(name) → {CLI}

Creates an instance of CLI using the default implementation.
Parameters:
Name Type Description
name string the name of the CLI (must not be null)
Source:
Returns:
the created instance of CLI
Type
CLI