public class Main
extends Object 
Main class.
- Author:
- Pedro Alves da Silva, Gonçalo Carvalheiro Heleno
- 
Constructor SummaryConstructors 
- 
Method Summary
static void
 
Main function to start the program. 
 
 
 
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
- 
Method Details
- 
mainpublic 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