We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tests:
the above should then output something like: "test1 is example1"
the above may output something like "test2 - 1) example2, 2) example2.2, 3) anotherexample" to ensure that the spaces are parsed properly.
the above may output "test3 - NUMBER1 with NUMBER2 NUMBER3 NUMBER4" to test parsing of colon and comma separated switch values.
The text was updated successfully, but these errors were encountered: