We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c1739 commit 43660e1Copy full SHA for 43660e1
ReadMe.md
@@ -10,10 +10,10 @@ NuGet: [MicroBatchFramework](https://www.nuget.org/packages/MicroBatchFramework)
10
Install-Package MicroBatchFramework
11
```
12
13
-Single Contained Batch
+CLI Tools
14
---
15
16
-Batch can write by simple method, argument is automatically binded to parameter.
+CLI Tools can write by simple method, argument is automatically binded to parameter.
17
18
```csharp
19
using MicroBatchFramework;
@@ -165,7 +165,7 @@ public class Bar : BatchBase
165
}
166
167
168
-You can call like
+You can call `{TypeName}.{MethodName}` like
169
170
171
SampleApp.exe Foo.Echo -msg "aaaaa"
0 commit comments