Class TransformerCLI
Represents the transformer cli.
Inherited Members
Namespace: Platform.RegularExpressions.Transformer
Assembly: Platform.RegularExpressions.Transformer.dll
Syntax
public class TransformerCLI
Constructors
| Improve this Doc View SourceTransformerCLI(IFileTransformer)
Initializes a new TransformerCLI instance.
Declaration
public TransformerCLI(IFileTransformer transformer)
Parameters
Type | Name | Description |
---|---|---|
IFileTransformer | transformer | A transformer.
|
Methods
| Improve this Doc View SourceRun(String[])
Runs the args.
Declaration
public void Run(string[] args)
Parameters
Type | Name | Description |
---|---|---|
String[] | args | The args.
|