Class HelpCommand

java.lang.Object
org.tbk.ngtor.command.HelpCommand
All Implemented Interfaces:
org.springframework.boot.ApplicationRunner

@Component @ConditionalOnCommand("help") public class HelpCommand extends Object implements org.springframework.boot.ApplicationRunner
  • Constructor Details

    • HelpCommand

      public HelpCommand(@NonNull @NonNull org.springframework.boot.info.BuildProperties buildProperties)
  • Method Details

    • run

      public void run(org.springframework.boot.ApplicationArguments args)
      Specified by:
      run in interface org.springframework.boot.ApplicationRunner