Tests:
bitcloud -test1 example1
the above should then output something like: "test1 is example1"
bitcloud -test2 example2 example2.2 anotherexampele
the above may output something like "test2 - 1) example2, 2) example2.2, 3) anotherexample" to ensure that the spaces are parsed properly.
bitcloud -test3 NUMBER1:NUMBER2,NUMBER3,NUMBER4
the above may output "test3 - NUMBER1 with NUMBER2 NUMBER3 NUMBER4" to test parsing of colon and comma separated switch values.