Skip to content

Commit 0523682

Browse files
authored
Update ReadMe.md
1 parent 226927d commit 0523682

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ReadMe.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ Options:
231231
-msg <String> (Required)
232232
```
233233

234+
> Commands are searched from loaded assemblies, when does not touch other assemblies type, it will be trimmed and can not load it. In that case, use `RunConsoleAppFrameworkAsync(searchAssemblies: )` option to pass target assembly, for example `searchAssemblies: new [] { typeof(Foo).Assembly }`.
235+
234236
Complex Argument
235237
---
236238
If the argument is not primitive, you can pass JSON string.

0 commit comments

Comments
 (0)