Example args

This commit is contained in:
mrT23
2023-07-30 12:16:43 +03:00
parent 4f0fabd2ca
commit a6ba8b614a

View File

@ -220,6 +220,8 @@ def update_settings_from_args(args: List[str]) -> None:
Args:
args: A list of arguments passed to the function.
Example args: ['--pr_code_suggestions.extra_instructions="be funny',
'--pr_code_suggestions.num_code_suggestions=3']
Returns:
None