ArgsParser does not have to be instantiated since we parse exactly one time! - This will remove the necessity to instantiate an ArgsParser. - Parameters will be directly added with the static methods. - `parseArgs()` will be made static to `ArgsParser.parse(String[] args)` - This will allow the programmer to access the arguments globally like #24
ArgsParser does not have to be instantiated since we parse exactly one time!
parseArgs()will be made static toArgsParser.parse(String[] args)ArgsParser.getArgumentOf(String fullFlag)to access arguments globally #24