feat: 터미널 무작위 명언 출력 CLI(quote.py) 추가 - #4
Open
splitCoding wants to merge 1 commit into
Open
Conversation
- 로컬 명언 24개에서 random.choice로 무작위 1개 출력 - 인자 없이 실행시 즉시 명언 출력, argparse 기반 - 빈 목록/명언 없음 시 에러 없이 안내 후 정상 종료 - KeyboardInterrupt(Ctrl+C) 정상 종료 처리 task #22 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
개요
task #22 — 목표 #1(개인 생산성 CLI 도구 세트 구축)의 일부. 터미널에서 무작위 명언을 출력하는 파이썬 CLI.
변경
quote.py신규: 로컬 명언 24개(≥20)에서random.choice로 무작위 1개 출력python quote.py실행 시 즉시 명언 출력 (argparse 기반,--help지원)검증
🤖 Generated with Claude Code