java.lang.Object
dev.getelements.elements.setup.commands.Help
All Implemented Interfaces:
SetupCommand, AutoCloseable

public class Help extends Object implements SetupCommand
  • Constructor Details

    • Help

      public Help()
  • Method Details

    • run

      public void run(String[] args) throws Exception
      Description copied from interface: SetupCommand
      Passed to the command after it has been instantiated by the IoC system.
      Specified by:
      run in interface SetupCommand
      Parameters:
      args -
      Throws:
      Exception