Skip to content

Commit dab088a

Browse files
committed
view command docs
1 parent 79b490c commit dab088a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

LabExtended/Commands/Custom/View/ViewCommand.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33

44
namespace LabExtended.Commands.Custom.View;
55

6+
/// <summary>
7+
/// Base command for object descriptions.
8+
/// </summary>
69
[Command("view", "Views the description of an object.")]
710
public partial class ViewCommand : CommandBase, IServerSideCommand { }

0 commit comments

Comments
 (0)