oss2025hnu / reposcore-cs

A CLI for scoring student participation in an open-source class repo, implemented in C#.
MIT License
0 stars 32 forks source link

CLI 옵션 추가 #61

Closed seoyoomi closed 2 weeks ago

seoyoomi commented 3 weeks ago

Is your feature request related to a problem? Please describe. 앞으로 프로젝트 구현 시 필요한 CLI 옵션이 없음

Specify version (commit id). 5f0648c0b2e4b87728ac27d056e0d34c44d0e958

Describe the solution you'd like 파이썬의 경우 다양한 옵션이 적용되어 있음 python -m reposcore [-h] [owner/repo ...] [--output dir_name] [--format {table, text, chart, all}] [--check-limit] [--user-info path]

이 처럼 --output 옵션, --format 옵션 등을 추가

SongHyunWoo123 commented 3 weeks ago

제가 해보겠습니다.

kyahnu commented 3 weeks ago

이슈 특성에 맞는 템플릿으로 작성해 주세요 이건 Feature지 Document가 아니잖아요. 수동으로 레이블 바꿨습니다.

kyahnu commented 3 weeks ago

들어온 PR이 컴파일 에러가 나는 상황인데도 빌드도 안하고 런도 안하고 아무런 테스트 없이 PR요청했습니다. 머지된 거 다시 리셋했습니다.

이 작업은 @SongHyunWoo123 제외하고 다른 사람이 작업 선점 요청해 주세요. 단 아직 24시간이 지나지 않았으므로 이슈 작성자는 아직 기다려야 하고요.

kyahnu commented 3 weeks ago

제발 기본을 지킵시다. .NET 가이드라인에 dotnet build 명령에 대한 안내 나와 있고 README에도 dotnet run 을 대략 어떻게 쓴다는 거 문서화가 되어 있잖아요. build 만 해봤어도 이런 상황은 안 벌어질텐데 ...

seoyoomi commented 2 weeks ago

제가 해보겠습니다

kyagrd commented 2 weeks ago

이 이슈는 그대로 진행하지만 참여 자격이 안되는 점수에서 진행했으므로 태그를 수정해 점수에서는 제외합니다.