build method

List<String> build()

Implementation

List<String> build(){
  return cmds;
}