diff --git a/README.md b/README.md index e7f8b4c..194b624 100644 --- a/README.md +++ b/README.md @@ -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 }, ) @@ -61,4 +62,4 @@ class Reporter(ReporterBase): def render(self): # Render the report, using attributes of the base class. ... -``` \ No newline at end of file +```