feat: 터미널 D-day 카운터 CLI(dday.py) 추가 - #3
Open
splitCoding wants to merge 2 commits into
Hidden character warning
The head ref may contain hidden characters: "feature/t19-\ud0c0\uc774\uba38\uac1c\ubc1c"
Open
Conversation
목표 날짜(YYYY-MM-DD)를 받아 오늘 기준 D-N/D+N/D-DAY를 출력하는 CLI. 인자 없음/잘못된 날짜 형식은 stderr 안내 후 크래시 없이 종료. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
24개 명언 중 무작위로 하나를 골라 출력하는 CLI. 인자 없이 실행하면 바로 출력되며, 명언 목록이 비어 있어도 크래시 없이 안내 후 종료. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Owner
Author
추가: task #22 — 터미널 무작위 명언 출력 CLI(quote.py)같은 브랜치(
Test plan
🤖 Generated with Claude Code |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
python dday.py 2026-12-25→D-155(2026-07-23 기준)python dday.py 2020-01-01→D+2395python dday.py 2026-07-23→D-DAYpython dday.py(인자 없음) → usage 안내 후 정상 종료 (exit 2, 트레이스백 없음)python dday.py 2026-13-99(잘못된 형식) → 안내 메시지 후 정상 종료 (exit 0, 트레이스백 없음)python dday.py --help정상 출력🤖 Generated with Claude Code