Add automatic command grouping

Fixes #163

Introduce Command and Command.Help
This commit is contained in:
Eric Bottard
2017-09-27 10:49:12 +02:00
parent 531dc35abe
commit f0e5c45ee9
16 changed files with 404 additions and 53 deletions

View File

@@ -19,4 +19,7 @@
*
* @author Eric Bottard
*/
@ShellCommandGroup("Built-In Commands")
package org.springframework.shell.standard.commands;
import org.springframework.shell.standard.ShellCommandGroup;