finalOptionluteHttpOpt=Option.builder().longOpt("lute_http").argName("LUTE_HTTP").hasArg().desc("lute http URL, default is http://localhost:8249, see https://github.com/88250/lute-http for more details").build();
hasArg().desc("lute http URL, default is http://localhost:8249, see https://github.com/88250/lute-http for more details").build();
options.addOption(luteHttpOpt);
options.addOption(luteHttpOpt);
options.addOption("h","help",false,"print help for the command");
options.addOption("h","help",false,"print help for the command");
...
@@ -171,6 +165,10 @@ public final class Server extends BaseServer {
...
@@ -171,6 +165,10 @@ public final class Server extends BaseServer {
* This listener is responsible for sending article to B3log Rhythm. Sees <a href="https://hacpai.com/b3log">B3log 构思</a> for more details.
* This listener is responsible for sending article to B3log Rhythm. Sees <a href="https://hacpai.com/article/1546941897596">B3log 构思 - 分布式社区网络</a> for more details.
* <p>
* <p>
* API spec: https://hacpai.com/article/1457158841475
* API spec: https://hacpai.com/article/1457158841475
* This listener is responsible for updating article to B3log Rhythm. Sees <a href="https://hacpai.com/b3log">B3log 构思</a> for more details.
* This listener is responsible for updating article to B3log Rhythm. Sees <a href="https://hacpai.com/article/1546941897596">B3log 构思 - 分布式社区网络</a> for more details.
* <p>
* <p>
* API spec: https://hacpai.com/article/1457158841475
* API spec: https://hacpai.com/article/1457158841475
* This listener is responsible for sending comment to B3log Rhythm. Sees <a href="https://hacpai.com/b3log">B3log 构思</a> for more details.
* This listener is responsible for sending comment to B3log Rhythm. Sees <a href="https://hacpai.com/article/1546941897596">B3log 构思 - 分布式社区网络</a> for more details.
* Receiving articles and comments from B3log community. Visits <a href="https://hacpai.com/b3log">B3log 构思</a> for more details.
* Receiving articles and comments from B3log community. Visits <a href="https://hacpai.com/article/1546941897596">B3log 构思 - 分布式社区网络</a> for more details.