Command constructor

Command(
  1. List<String> args
)

Constructor

Implementation

Command(List<String> args) {
  addArgs(args);
}