Skip to content

Conversation

fryguy503
Copy link
Contributor

@fryguy503 fryguy503 commented Feb 6, 2025

  • Added Info for options flags, content schema update and force interactive.
  • Added clarification on match conditions

```
### Optional fields:
- `.content_schema_update` - If true, this will update the content_db if configured
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should leave this field in all the time, otherwise it often gets forgotten in PR's

Comment on lines +62 to +66
- **contains** = Strings::Contains(r, e.match);
- **match** = e.match;
- **missing** = !Strings::Contains(r, e.match);
- **empty** = r.empty();
- **not_empty** = !r.empty();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatting, should be a little bit more descriptive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants