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
|
||||
|
||||
Options
|
||||
+<script> Enable the script <script>, ie prefix it with `_`
|
||||
-<script> Disable the script <script>, ie remove the prefix `_`
|
||||
+<script> Enable the script <script>, ie remove the prefix `_`
|
||||
-<script> Disable the script <script>, ie prefix it with `_`
|
||||
|
||||
Examples
|
||||
toggle-scripts +postinstall +preuninstall
|
||||
|
@ -4,8 +4,8 @@ Usage: toggle-scripts options...
|
||||
Easily enable/disable scripts in package.json
|
||||
|
||||
Options
|
||||
+<script> Enable the script <script>, ie prefix it with `_`
|
||||
-<script> Disable the script <script>, ie remove the prefix `_`
|
||||
+<script> Enable the script <script>, ie remove the prefix `_`
|
||||
-<script> Disable the script <script>, ie prefix it with `_`
|
||||
|
||||
Examples
|
||||
toggle-scripts +postinstall +preuninstall
|
||||
|
@ -19,8 +19,8 @@ if (pkgPath === undefined) {
|
||||
${description}
|
||||
|
||||
Options
|
||||
+<script> Enable the script <script>, ie prefix it with \`_\`
|
||||
-<script> Disable the script <script>, ie remove the prefix \`_\`
|
||||
+<script> Enable the script <script>, ie remove the prefix \`_\`
|
||||
-<script> Disable the script <script>, ie prefix it with \`_\`
|
||||
|
||||
Examples
|
||||
${bin} +postinstall +preuninstall
|
||||
|
Loading…
Reference in New Issue
Block a user