ARMmbed / yotta

DEPRECATED: yotta build; better software
Apache License 2.0
164 stars 64 forks source link

add a run command to run user scripts defined in module.scripts #738

Closed jacobrosenthal closed 8 years ago

jacobrosenthal commented 8 years ago

Addresses #611 and #109

autopulated commented 8 years ago

Ah, I just started work on this, diff here: https://github.com/ARMmbed/yotta/compare/master...autopulated:scripting?expand=1

Would my start/run command cover what you need?

jacobrosenthal commented 8 years ago

Sure. I think the only thing you dont do that I do is print the output to console, Id recommend that

On Wed, Mar 16, 2016 at 11:23 AM, James Crosby notifications@github.com wrote:

Ah, I just started work on this, diff here: https://github.com/ARMmbed/yotta/compare/master...autopulated:scripting?expand=1

Would my start/run command cover what you need?

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/ARMmbed/yotta/pull/738#issuecomment-197380515

autopulated commented 8 years ago

As the output isn't captured it should go straight to the controlling terminal :)

autopulated commented 8 years ago

Closing this as alternative support has been merged now :)

jacobrosenthal commented 8 years ago

What commit did this go in under? How do you use it?