Class CommandExpansion
Implements
Inherited Members
Namespace: SociallyDistant.Core.Core.Scripting.Instructions
Assembly: SociallyDistant.Framework.dll
Syntax
public sealed class CommandExpansion : IArgumentEvaluatorConstructors
CommandExpansion(string)
Declaration
public CommandExpansion(string text)Parameters
| Type | Name | Description | 
|---|---|---|
| string | text | 
Methods
GetArgumentText(IScriptExecutionContext, IConsoleDriver)
Declaration
public Task<string[]> GetArgumentText(IScriptExecutionContext context, IConsoleDriver console)Parameters
| Type | Name | Description | 
|---|---|---|
| IScriptExecutionContext | context | |
| IConsoleDriver | console | 
Returns
| Type | Description | 
|---|---|
| Task<string[]> |