From a938de980ea35f5e8ee8ac79e07575e789c00061 Mon Sep 17 00:00:00 2001 From: Eric Defore Date: Wed, 3 Jan 2024 16:44:41 -0500 Subject: [PATCH] Adds missing `--dev` docs for `pup check` Was looking into something yesterday with `pup check` and realized that `--dev` wasn't documented as part of the main `pup check` docs. This should help clarify that it is an argument for `pup check` and describe how it is used by each Check. --- docs/commands.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/commands.md b/docs/commands.md index 811c98d..d9cd819 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -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.