setCommandArgCount method

void setCommandArgCount(
  1. int count
)

Implementation

void setCommandArgCount(int count) {
  commandArgCount = count;
}