Skip to content

Commit

Permalink
docs: document strict field for delete
Browse files Browse the repository at this point in the history
Signed-off-by: Hidde Beydals <[email protected]>
  • Loading branch information
hiddeco committed Feb 13, 2025
1 parent 0293b69 commit 800a0cb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ the [`git-clear` step](git-clear.md) instead.

| Name | Type | Required | Description |
|-----------|------|----------|------------------------------------------|
| `path` | `string` | Y | Path to the file or directory to delete. |
| `path` | `string` | Y | Path to the file or directory to delete. |
| `strict` | `bool` | N | Strict will cause the directive to fail if the path does not exist. Defaults to `false`. |

## Examples

Expand Down

0 comments on commit 800a0cb

Please sign in to comment.