Skip to content

Commit

Permalink
github action: fixes command
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelzhang committed Nov 28, 2024
1 parent 1e282f3 commit c8fbc10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
uname -a
npm install
npm run build --if-present
npm test:dev
npm run test:dev
env:
CI: true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The project was initially developed for Mac OS X, and then tested on Linux.

For those implemented options, safe-rm will act **exactly the same** as the original `rm` command

| Option | Brief | Descriptions |
| Option | Brief | Description |
| ------ | ----- | ------------ |
| `-i`, `--interactive` | **Interactive** | Prompts you to confirm before removing each file |
| `-I`, `--interactive=once` | **Less Interactive** | Prompts only once before removing more than three files or when recursively removing directories |
Expand Down

0 comments on commit c8fbc10

Please sign in to comment.