@procore/core-scripts
Version:
A CLI to enhance your development experience
25 lines (16 loc) • 537 B
Markdown
# `core-scripts rm`
Removes things.
- [`core-scripts rm PATH`](#core-scripts-rm-path)
## `core-scripts rm PATH`
Removes things.
```
USAGE
$ core-scripts rm PATH
ARGUMENTS
PATH Path that will be remove.
OPTIONS
-d, --dryRun List what would be deleted instead of deleting.
-f, --force Allow deleting the current working directory and outside.
-y, --yes Automatically answer 'Yes' to the question.
```
_See code: [dist/commands/rm.js](https://github.com/procore/frontend-tooling/blob/v11.3.1/dist/commands/rm.js)_