对于最新的稳定版本,请使用 Spring Shell 3.3.3spring-doc.cn

编程

编程方式 with is to use 来定义 一个选项。CommandRegistrationwithOptionspring-doc.cn

CommandRegistration registration = CommandRegistration.builder()
	.withOption()
		.longNames("arg1")
		.and()
	.build();

CommandRegistration可以定义为 Bean 或手动注册 替换为 .CommandCatalogspring-doc.cn

查看以下部分以了解其他选项类型,即短格式。