Skip to content

Commit

Permalink
Merge pull request #14 from stellarwp/pup-check-dev-docs
Browse files Browse the repository at this point in the history
Adds missing `--dev` docs for `pup check`
  • Loading branch information
borkweb authored Jan 9, 2024
2 parents a04d5d7 + a938de9 commit f868375
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@ composer -- pup check
```

### Arguments
| Argument | Description |
|----------|------------------------------------------------------------------------------|
| `--root` | **Optional.** Run the command from a different directory from the current. |
| Argument | Description |
|----------|----------------------------------------------------------------------------------------------------------------------------------------------------|
| `--root` | **Optional.** Run the command from a different directory from the current. |
| `--dev` | **Optional.** Run the command with with an alternate faliure method. This alternate method is set as `fail_method_dev` for each Check in `.puprc`. |

### `pup check:tbd`
Scans your files for `tbd` (case-insensitive) and tells you where to find them.
Expand Down

0 comments on commit f868375

Please sign in to comment.