Skip to content

Commit

Permalink
docs: update doc for v0.12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
zaldih committed Jun 6, 2024
1 parent 5f800d7 commit 836d833
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/components/NpkillOptions.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@
</tr>
<tr>
<td>-D, --delete-all</td>
<td>
CURRENTLY DISABLED. Automatically delete all node_modules folders that
are found.
</td>
<td>--</td>
<td> Automatically delete all node_modules folders that are found. </td>
<td>false</td>
</tr>
<tr>
<td>-e, --show-errors</td>
Expand Down Expand Up @@ -84,6 +81,13 @@
<td> Exclude hidden directories ("dot" directories) from search. </td>
<td>false</td>
</tr>
<tr>
<td>--dry-run</td>
<td>
It does not delete anything (will simulate it with a random delay).
</td>
<td>false</td>
</tr>
<tr>
<td>-v, --version</td>
<td>Show npkill version</td>
Expand Down
4 changes: 4 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ import CommunityWall from "../components/community/CommunityWall.astro";
><kbd>HOME</kbd></b
>/<b><kbd>END</kbd></b>.
</li>
<li>
For <b>open result in file explorer</b> or <b>last</b>:
<b><kbd>o</kbd></b>.
</li>
</ul>
</section>

Expand Down

0 comments on commit 836d833

Please sign in to comment.