public class Main
extends Object
Main class.
- Author:
- Pedro Alves da Silva, Gonçalo Carvalheiro Heleno
-
Constructor Summary
Constructors
-
Method Summary
static void
Main function to start the program.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
main
public static void main(String[] args)
Main function to start the program. It creates a
Root
class that is the point of entry
for our
picocli program.
- Parameters:
args
- the execution arguments as space-separated strings