shelljs / shx

Portable Shell Commands for Node
MIT License
1.73k stars 45 forks source link

docs: add workarounds for unsupported commands #72

Closed nfischer closed 8 years ago

nfischer commented 8 years ago

This is a follow up to #69. This turns it into a table, with the workaround on the right.

As I was writing it, I realized that we do have workarounds for the set() command, so I documented the options available there, and linked everything back to shelljs's documentation.

codecov-io commented 8 years ago

Current coverage is 88.88%

Merging #72 into master will not change coverage

@@             master        #72   diff @@
==========================================
  Files             2          2          
  Lines             9          9          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits              8          8          
  Misses            1          1          
  Partials          0          0          

Powered by Codecov. Last updated by d453328...9f5edc1

levithomason commented 8 years ago

Awesome, LGTM

nfischer commented 8 years ago

I'll delete the branch when I'm off mobile later