Skip to content

Commit

Permalink
DEV: fix readme copy
Browse files Browse the repository at this point in the history
  • Loading branch information
featheredtoast committed Oct 23, 2023
1 parent 728fff0 commit 467651c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Running: `pups somefile.yaml` will execute the shell script resulting in a file

#### Filtering run commands by tags

The `--tags` and `--skip-tags` argument allows pups to target a subset of commands listed in the somefile.yaml. To use this, you may tag your commands in the rublock. `--tags` will only run commands when commands have a matching tag. `--skip-tags` will skip when commands have a matching tag.
The `--tags` and `--skip-tags` argument allows pups to target a subset of commands listed in the somefile.yaml. To use this, you may tag your commands in the runblock. `--tags` will only run commands when commands have a matching tag. `--skip-tags` will skip when commands have a matching tag.

Note, hooks from tagged commands will be present or absent depending on if the tag is filtered out or not as well. A command filtered out by targeting tag will also filter out the command's `before_` and `after_` hooks.

Expand Down

0 comments on commit 467651c

Please sign in to comment.