Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arg for on/off PR comments export #62

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

HadronCollider
Copy link
Collaborator

close #61

@HadronCollider
Copy link
Collaborator Author

Апробацию на выгрузке для предметов прошло

@HadronCollider HadronCollider marked this pull request as ready for review October 22, 2024 15:28
@@ -23,6 +23,7 @@ def parse_args():
parser.add_argument('-l', '--list', type=str, required=True, help='Path to the file containing the list of repositories. Repositories should be separated by a line break. Names should be in the format <organization or owner>/<name> ')
parser.add_argument("--download_repos", type=str, help="path to downloaded repositories", default='./')
parser.add_argument('-o', '--out', type=str, required=True, help='output filename')
parser.add_argument("-C", "--comments", help="log comments for PR", action="store_true")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

parser.add_argument("-c", "--commits", help="log commits", action="store_true")
Мы точно хотим иметь флаг c и C? Может отказаться от короткого флага?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

мб default=False или мы принудительно хотим заставлять пользователя вводить этот флаг?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+может добавить инфу о новом флаге во readme?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants