getAll method

List<Map<String, String>> getAll()

Getter for parsedArgs

Implementation

List<Map<String, String>> getAll() {
  return parsedArgs;
}