Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit a3f16ff

Browse files
committed
WiP
1 parent b84f527 commit a3f16ff

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

Writerside/litecommands.tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<toc-element topic="Arguments.md">
1717
</toc-element>
1818
</toc-element>
19+
<toc-element topic="Command-Structure.md"/>
1920
<toc-element topic="Adventure-Kyori.md">
2021
<toc-element topic="adventure.md"/>
2122
<toc-element topic="adventure-platform.md"/>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Command Structure
2+
3+
<tldr>
4+
<p>
5+
Annotations <shortcut>@Command</shortcut> <shortcut>@RootCommand</shortcut> <shortcut>@Execute</shortcut>
6+
</p>
7+
</tldr>
8+
9+
The command structure is the most important part of the command. It is the structure that determines how the command will be executed.
10+

Writerside/topics/Features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Features
1+
# I Command Basic

0 commit comments

Comments
 (0)