编程
程序化方法指挥注册是 使用withOption定义
一个选项。
CommandRegistration registration = CommandRegistration.builder()
.withOption()
.longNames("arg1")
.and()
.build();
指挥注册可以定义为豆子或人工注册
其中指挥目录.
| 请查看以下章节的其他选项类型,即简短格式。 |
程序化方法指挥注册是 使用withOption定义
一个选项。
CommandRegistration registration = CommandRegistration.builder()
.withOption()
.longNames("arg1")
.and()
.build();
指挥注册可以定义为豆子或人工注册
其中指挥目录.
| 请查看以下章节的其他选项类型,即简短格式。 |