You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/somef/somef_cli.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ def cli_get_data(threshold, ignore_classifiers, repo_url=None, doc_src=None, loc
36
36
@param keep_tmp: path where to store TMP files in case SOMEF is instructed to keep them
37
37
@param authorization: GitHub authorization token
38
38
@param ignore_test_folder: Ignore contents of test folders
39
-
@param requiriments_mode: flag to indicate what requirements show in codemeta
39
+
@param requirements_mode: flag to indicate what requirements show in codemeta
40
40
@param reconcile_authors: flag to indicate if additional should be extracted from certain files as codeowners. Bear in mind that using this flags consumes more requests to the GitHub API.
41
41
@param branch: branch of the repository to analyze. Overrides the default branch detected from the repository metadata.
42
42
@param tag: tag of the repository to analyze. Cannot be used together with the branch parameter.
0 commit comments