I have a simple command
@ShellComponent class ShellComp { @ShellMethod("dosmth") fun dosmth(): String = "success" }