Constructor Summary
Public Constructor | ||
public |
constructor(name: string, description: string) Creates a new ConfigCommand with the specified name and description. |
Inherited Summary
From class Command | ||
public get |
The minimum and maximum number of (non-option) arguments the command handles. |
|
public get |
The options available for the command. |
|
public get |
If an error should be thrown for unknown arguments. |
|
public get |
Returns the usage string for the command. |
|
public |
The command descriptions. |
|
public |
The command's name. |
|
private |
The command's raw options. |
|
public |
requiresEnvironment(cli: AtSCMCli): boolean Returns |
|
public |
Runs the command with the current Cli instance. |
Public Constructors
public constructor(name: string, description: string) source
Creates a new ConfigCommand with the specified name and description.
Override:
Command#constructorPublic Methods
public run(cli: AtSCMCli) source
Prints the project's configuration.
Override:
Command#runParams:
Name | Type | Attribute | Description |
cli | AtSCMCli | The current Cli instance. |