espruino / EspruinoTools

JavaScript library of tools for Espruino - used for the Web IDE, CLI, etc.
Apache License 2.0
150 stars 89 forks source link

Support sole '--storage x:x.js' #134

Closed opichals closed 3 years ago

opichals commented 3 years ago

Currently in order to upload a file one has to provide code file or expression on the command line like:

espruino -e " " --storage rf:rf.js

This makes it so that the code/expression is not needed to upload storage file as:

espruino --storage rf:rf.js
gfwilliams commented 3 years ago

Nice - thanks! Yes, that's really handy :)