You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be honest many of our modules should accept arrays rather than just strings, but it was easier to write them in the way that felt natural - so package installation supports arrays, for example, because I do use that a lot. But log, fail, etc, etc, do not because I didn't need them to do so initially.
The text was updated successfully, but these errors were encountered:
This pull-request updates a couple of modules to allow parameters to be specified as arrays, rather than strings:
* directory
* shell
Once those changes were made the examples were updated to take advantage of that fact, to simplify them, and the README.md file was updated too.
This closes#71
When working on #66 I had to write:
This would have been nicer:
To be honest many of our modules should accept arrays rather than just strings, but it was easier to write them in the way that felt natural - so package installation supports arrays, for example, because I do use that a lot. But
log
,fail
, etc, etc, do not because I didn't need them to do so initially.The text was updated successfully, but these errors were encountered: