shelljs / shx

Portable Shell Commands for Node
MIT License
1.72k stars 44 forks source link

feat: help command provides info on options #143

Closed nfischer closed 6 years ago

nfischer commented 6 years ago

This adds an 'shx-options' section the help output, covering options such as --fatal, --silent, etc.

This also reformats existing help text slightly.

Fixes #101

codecov-io commented 6 years ago

Codecov Report

Merging #143 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #143   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           4      4           
  Lines          75     82    +7     
=====================================
+ Hits           75     82    +7
Impacted Files Coverage Δ
src/help.js 100% <100%> (ø) :arrow_up:
src/config.js 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 22352d2...4c29f09. Read the comment docs.