We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f2312 commit e8e82cbCopy full SHA for e8e82cb
1 file changed
docs-src/commands.md
@@ -39,7 +39,6 @@ namespace MyCommandPlugin
39
public void Run()
40
{
41
Console.WriteLine("Hello, world!");
42
- return new void(true);
43
}
44
45
@@ -59,7 +58,6 @@ namespace MyCommandPlugin
59
58
public override void Run()
60
61
62
63
64
65
@@ -223,7 +221,6 @@ public override void Run()
223
221
Logger.Warn("Sample warning message");
224
222
Logger.Error("Sample error message");
225
Logger.Fatal("Sample fatal error message");
226
227
228
```
229
@@ -263,8 +260,6 @@ public override void Run()
263
260
// Update the command's progress
264
261
UpdateProgress(i);
265
262
266
-
267
268
269
270
0 commit comments