Moddable-OpenSource / moddable

Tools for developers to create truly open IoT products using standard JavaScript on low cost microcontrollers.
http://www.moddable.com
1.34k stars 237 forks source link

[documentation]mcrun support the `-t` option? #1380

Closed stc1988 closed 3 months ago

stc1988 commented 3 months ago

I found that mcrun supports -t build option since Moddable SDK 4.3.4. On the other hand, the documentation still states that it is not supported.

phoddie commented 3 months ago

You raise a good point.

The reality is a little complicated.. -t build is supported but other options for -t such as clean are not supported for all target platforms (and deploy doesn't appear to be supported for any target).

I'll update the documentation to mention that -t build is supported.

stc1988 commented 3 months ago

I confirmed this fixed.