mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
update options command doc.
This commit is contained in:
@@ -37,10 +37,16 @@ import static java.lang.String.format;
|
||||
*
|
||||
* @author vlinux on 15/6/6.
|
||||
*/
|
||||
// @formatter:off
|
||||
@Name("options")
|
||||
@Summary("View and change various Arthas options")
|
||||
@Description(Constants.EXAMPLE + "options dump true\n"+ "options unsafe true\n" +
|
||||
@Description(Constants.EXAMPLE +
|
||||
"options # list all options\n" +
|
||||
"options json-format true\n" +
|
||||
"options dump true\n" +
|
||||
"options unsafe true\n" +
|
||||
Constants.WIKI + Constants.WIKI_HOME + "options")
|
||||
//@formatter:on
|
||||
public class OptionsCommand extends AnnotatedCommand {
|
||||
private String optionName;
|
||||
private String optionValue;
|
||||
|
||||
Reference in New Issue
Block a user