robocorp / rcc

Repeatable, movable and isolated Python environments for your automation. 🚀
https://robocorp.com/docs/
Apache License 2.0
461 stars 97 forks source link

Name of hololib zip file should be configurable on import #44

Closed simonmeggle closed 1 year ago

simonmeggle commented 1 year ago

When exporting with rcc ht export ....., --zipfile allows to specify a custom name for the ZIP file. It would be great to specify the file also for import.

vjmp commented 1 year ago

You can. It is not behind flag. It is just simple arguments, and could be more than one. Like: rcc holotree import one.zip other.zip third.zip more.zip

Does this work for you, @simonmeggle ?

simonmeggle commented 1 year ago

Sorry, I overlooked the "+" sign in the command usage. Yes, works - thanks!