Class VersionCommand

java.lang.Object
org.kigalisim.command.VersionCommand
All Implemented Interfaces:
Runnable

public class VersionCommand extends Object implements Runnable
Command to display the version of KigaliSim.
  • Constructor Details

    • VersionCommand

      public VersionCommand()
      Constructs a new VersionCommand.
  • Method Details

    • run

      public void run()
      Executes the version command by printing the version number.
      Specified by:
      run in interface Runnable