ICommand

Allows the implementation of command in a command line application.

Namespace:
Inetdev.CLI
Type:
Interface
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
Yes

Methods

PrintHelp

Print a detailed command help to the console.

Signature:
public Void PrintHelp(detailed)
Parameters
Name Type Summary
detailed Boolean true if detailed help must be printed otherwise false.

RunCommandAsync

Runs the command asyncronously.

Signature:
public Task RunCommandAsync(arguments)
Parameters
Name Type Summary
arguments CommandArgs Parsed command line arguments.

In this document