
Using an enhanced for loop caused it to include arg[0] which duplicated commandName. Now it uses an explicit for loop starting at index 1 to avoid this. Change-Id: Ie1db7d41c1670ba463f8c8002560192183015113
Using an enhanced for loop caused it to include arg[0] which duplicated commandName. Now it uses an explicit for loop starting at index 1 to avoid this. Change-Id: Ie1db7d41c1670ba463f8c8002560192183015113