Package cli
Class RunCommand
- java.lang.Object
-
- cli.RunCommand
-
public class RunCommand extends java.lang.Object
The RunCommand class for the CLI application. This class will use the main() from the commands package. This will be used when calling the interpreter or running the program to read a .txt file.
-
-
Constructor Summary
Constructors Constructor Description RunCommand()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
main() is the implementation of the Main class for the CLI application.
-