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
I think it would be helpful to add the unix true and false commands to shx. I don't know if these should be added to ShellJS itself, or simply parsed out and interpreted directly in shx, though I think I'd lean toward the latter.
The text was updated successfully, but these errors were encountered:
This implements true and false as a single plugin, and adds this plugin
by default to shx.
Fixes#105
Test: automated tests
Test: manual (works as expected)
I think it would be helpful to add the unix
true
andfalse
commands toshx
. I don't know if these should be added to ShellJS itself, or simply parsed out and interpreted directly in shx, though I think I'd lean toward the latter.The text was updated successfully, but these errors were encountered: