Skip to content

Commit

Permalink
add examples to dashes_to_underscores filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Dostonbek1 committed Feb 3, 2025
1 parent 0a028ca commit 1d91773
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions extensions/eda/plugins/event_filter/dashes_to_underscores.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
default: true
"""

EXAMPLES = r"""
filters:
- ansible.eda.dashes_to_underscores:
overwrite: false
"""


def main(
event: dict[str, Any], overwrite: bool = True
Expand Down

0 comments on commit 1d91773

Please sign in to comment.