Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester authored Aug 14, 2024
1 parent 14f4c30 commit 1b5ddad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class ReportSettings(ReportSettingsBase):
"unparse_func": ...,
# Optionally specify that setting is required when the reporter is in use.
"required": True,
# Optionally specify multiple args with "nargs": True
},
)

Expand All @@ -61,4 +62,4 @@ class Reporter(ReporterBase):
def render(self):
# Render the report, using attributes of the base class.
...
```
```

0 comments on commit 1b5ddad

Please sign in to comment.