fix(toggle-scripts): fix usage
This commit is contained in:
parent
44d64d1b80
commit
e74daa97d2
@ -22,8 +22,8 @@ Usage: toggle-scripts options...
|
|||||||
Easily enable/disable scripts in package.json
|
Easily enable/disable scripts in package.json
|
||||||
|
|
||||||
Options
|
Options
|
||||||
+<script> Enable the script <script>, ie prefix it with `_`
|
+<script> Enable the script <script>, ie remove the prefix `_`
|
||||||
-<script> Disable the script <script>, ie remove the prefix `_`
|
-<script> Disable the script <script>, ie prefix it with `_`
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
toggle-scripts +postinstall +preuninstall
|
toggle-scripts +postinstall +preuninstall
|
||||||
|
@ -4,8 +4,8 @@ Usage: toggle-scripts options...
|
|||||||
Easily enable/disable scripts in package.json
|
Easily enable/disable scripts in package.json
|
||||||
|
|
||||||
Options
|
Options
|
||||||
+<script> Enable the script <script>, ie prefix it with `_`
|
+<script> Enable the script <script>, ie remove the prefix `_`
|
||||||
-<script> Disable the script <script>, ie remove the prefix `_`
|
-<script> Disable the script <script>, ie prefix it with `_`
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
toggle-scripts +postinstall +preuninstall
|
toggle-scripts +postinstall +preuninstall
|
||||||
|
@ -19,8 +19,8 @@ if (pkgPath === undefined) {
|
|||||||
${description}
|
${description}
|
||||||
|
|
||||||
Options
|
Options
|
||||||
+<script> Enable the script <script>, ie prefix it with \`_\`
|
+<script> Enable the script <script>, ie remove the prefix \`_\`
|
||||||
-<script> Disable the script <script>, ie remove the prefix \`_\`
|
-<script> Disable the script <script>, ie prefix it with \`_\`
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
${bin} +postinstall +preuninstall
|
${bin} +postinstall +preuninstall
|
||||||
|
Loading…
Reference in New Issue
Block a user