We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f4c30 commit 1b5ddadCopy full SHA for 1b5ddad
README.md
@@ -42,6 +42,7 @@ class ReportSettings(ReportSettingsBase):
42
"unparse_func": ...,
43
# Optionally specify that setting is required when the reporter is in use.
44
"required": True,
45
+ # Optionally specify multiple args with "nargs": True
46
},
47
)
48
@@ -61,4 +62,4 @@ class Reporter(ReporterBase):
61
62
def render(self):
63
# Render the report, using attributes of the base class.
64
...
-```
65
+```
0 commit comments