From 045bd0e30cbb1db4731230a291aad5940af392e0 Mon Sep 17 00:00:00 2001 From: hengyunabc Date: Thu, 27 Sep 2018 11:20:11 +0800 Subject: [PATCH] update en/commands.md. #51 --- site/src/site/sphinx/en/commands.md | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/site/src/site/sphinx/en/commands.md b/site/src/site/sphinx/en/commands.md index d5c1e664d28..8ef88a647f9 100644 --- a/site/src/site/sphinx/en/commands.md +++ b/site/src/site/sphinx/en/commands.md @@ -1,19 +1,8 @@ All Commands ============= -### Basic - -* help - check the assistant info for the command -* cls - clear out the current screen area -* session - check the current session profile -* [reset](reset.md) - clear the injected code from the classes (B.T.W when Arthas server closed, all the injected will also be cleared) -* version - the version of the working Arthas -* quit - exit the current Arthas client without affecting other clients -* shutdown - terminate the Arthas server and all clients -* [keymap](keymap.md) - shortcuts for Arthas and also you can define your own -### Advanced * [dashboard](dashboard.md) * [thread](thread.md) * [jvm](jvm.md) @@ -38,3 +27,17 @@ All Commands * [options](options.md) + +### Basic Commands + +* help - check the assistant info for the command +* cls - clear out the current screen area +* session - check the current session profile +* [reset](reset.md) - clear the injected code from the classes (B.T.W when Arthas server closed, all the injected will also be cleared) +* version - the version of the working Arthas +* quit - exit the current Arthas client without affecting other clients +* shutdown - terminate the Arthas server and all clients +* [keymap](keymap.md) - shortcuts for Arthas and also you can define your own + + +