Skip to content

Commit

Permalink
update en/commands.md. #51
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyunabc committed Sep 27, 2018
1 parent 5ee56e9 commit 045bd0e
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions site/src/site/sphinx/en/commands.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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



0 comments on commit 045bd0e

Please sign in to comment.