|
jjm.one.CommandLineToolWrapper
2.0.0-alpha.0
A C# library that provides a wrapper for command line tools.
|
Represents a wrapper for a command line tool. More...

Public Member Functions | |
| Task< ProcessResult > | RunCommandAsync (string command, params object?[] args) |
| Runs a command asynchronously. More... | |
Represents a wrapper for a command line tool.
| Task<ProcessResult> IToolWrapper.RunCommandAsync | ( | string | command, |
| params object?[] | args | ||
| ) |
Runs a command asynchronously.
| command | The command to run. |
| args | The arguments for the command. |
Implemented in ToolWrapper.