Args constructor

Args(
  1. List<String> args
)

Implementation

Args(List<String> args) {
  arguments.addAll(args);
}