Skip to content

Commit 526a986

Browse files
committed
added docs for 'help'
1 parent 550e8a7 commit 526a986

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

docs/commands/help.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# help
2+
3+
As the name suggests, this command is your friend to navigate through the Launcher. It will provide you with a list of all available commands and their descriptions, with basic usage information.
4+
5+
## Syntax
6+
```
7+
help
8+
```
9+
This command will display a list of all available commands and their descriptions.
10+
11+
If you want to know just about a specific command, you can use:
12+
```
13+
help [command]
14+
```
15+
16+
## Example
17+
```
18+
help
19+
help launch
20+
```
21+
This will display detailed information about the `launch` command.
22+
23+
!!! tip
24+
You can also long press any command suggestion to get a brief description of the command in the form of a popup dialog.

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ nav:
1111
- Commands Overview: commands-overview.md
1212
- Commands:
1313
- launch: commands/launch.md
14+
- help: commands/help.md
1415
- username: commands/username.md
1516
- alias: commands/alias.md
1617
- call: commands/call.md

0 commit comments

Comments
 (0)