提交 da9d415a 编写于 作者: K Kohsuke Kawaguchi

doc improvement

上级 51b11637
......@@ -311,6 +311,10 @@ public abstract class CLICommand implements ExtensionPoint, Cloneable {
/**
* Executes the command, and return the exit code.
*
* <p>
* This is an internal contract between {@link CLICommand} and its subtype.
* To execute CLI method from outside, use {@link #main(List, Locale, InputStream, PrintStream, PrintStream)}
*
* @return
* 0 to indicate a success, otherwise an error code.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册