Prevent double registration of commands
This commit is contained in:
@@ -35,7 +35,7 @@ import org.springframework.stereotype.Component;
|
||||
*
|
||||
* @author Eric Bottard
|
||||
*/
|
||||
@ShellComponent("")
|
||||
@ShellComponent()
|
||||
public class Commands {
|
||||
|
||||
@ShellMethod(help = "a command whose name looks the same as another one", value = "help me out")
|
||||
|
||||
Reference in New Issue
Block a user