Hi @eirannejad
I’m experimenting with the RhinoCode CLI on Mac, and I really appreciate this tool. However, I’m experiencing some unexpected behavior when passing commands. For instance, this line:
rhinocode --rhino rhinocode_remotepipe_20080 command "-SetDocumentUserText arg test"
does not work. It seems like the first argument gets passed twice, so the result ends up being:
Command: -SetDocumentUserText
Document text key-SetDocumentUserText
Document textargs
Command: test
Unknown command: test
I’ve experienced similar behavior when passing “-GrasshopperPlayer somePath”.
Am I doing something wrong, or is this a bug?
R8.17 Mac
Best,
Johan