Is there a way to use a dash "-" in a CLI script?
When I try to create a field using
im createfield --name=Test --type=shorttext --description="Test - blah blah"
returns an error "MKS124818: No option name or letter was found in "-".
The error goes away when I enter:
im createfield --name=Test --type=shorttext --description="Test blah blah"
Is there a way to embed the character or something?