Skip to content

Commit 1b5ddad

Browse files
Update README.md
1 parent 14f4c30 commit 1b5ddad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class ReportSettings(ReportSettingsBase):
4242
"unparse_func": ...,
4343
# Optionally specify that setting is required when the reporter is in use.
4444
"required": True,
45+
# Optionally specify multiple args with "nargs": True
4546
},
4647
)
4748

@@ -61,4 +62,4 @@ class Reporter(ReporterBase):
6162
def render(self):
6263
# Render the report, using attributes of the base class.
6364
...
64-
```
65+
```

0 commit comments

Comments
 (0)