From: Steven Baltakatei Sandoval Date: Fri, 10 Jul 2020 20:30:11 +0000 (+0000) Subject: feat(unitproc):appendFileTar:Simplified to use only one process cmd X-Git-Tag: 0.3.0~15 X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/commitdiff_plain/3621642d7b74e08f23d4d1958d5c0cbe362f8cad?hp=3621642d7b74e08f23d4d1958d5c0cbe362f8cad feat(unitproc):appendFileTar:Simplified to use only one process cmd Instead of specifying a finite number of process command arguments or attempting to use an array to specify dynamic numbers of process command arguments, instead, accept only a single command string argument. If desired, multiple process command strings can be concatenated before the combined string is provided as a single argument to appendFileTar(). ---