Skip to content

Commit e8e82cb

Browse files
committed
Update docs
1 parent 71f2312 commit e8e82cb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs-src/commands.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ namespace MyCommandPlugin
3939
public void Run()
4040
{
4141
Console.WriteLine("Hello, world!");
42-
return new void(true);
4342
}
4443
}
4544
}
@@ -59,7 +58,6 @@ namespace MyCommandPlugin
5958
public override void Run()
6059
{
6160
Console.WriteLine("Hello, world!");
62-
return new void(true);
6361
}
6462
}
6563
}
@@ -223,7 +221,6 @@ public override void Run()
223221
Logger.Warn("Sample warning message");
224222
Logger.Error("Sample error message");
225223
Logger.Fatal("Sample fatal error message");
226-
return new void(true);
227224
}
228225
```
229226

@@ -263,8 +260,6 @@ public override void Run()
263260
// Update the command's progress
264261
UpdateProgress(i);
265262
}
266-
267-
return new void(true);
268263
}
269264
```
270265

0 commit comments

Comments
 (0)