-
Notifications
You must be signed in to change notification settings - Fork 17
환경변수 및 prompt 경로로 받아 업데이트 #108
Copy link
Copy link
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerspromptThe input provided by the user in natural language that serves as the basis for SQL generation.The input provided by the user in natural language that serves as the basis for SQL generation.
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerspromptThe input provided by the user in natural language that serves as the basis for SQL generation.The input provided by the user in natural language that serves as the basis for SQL generation.
Why❓
.env대신, 사용자가 원하는 경로의 파일을 CLI 인자로 받아 환경 설정을 적용할 수 있도록 개선How❓
cli/init.py에--env-file-path및--prompt-dir-path옵션 추가.env파일을 읽어 환경 변수로 로드하는 로직 구현.md파일을 필터링(파일명 기준)하고, 필요한 파일만 복사/이동하는 유틸 함수 추가What❓
cli/init.py에--env-file-path및--prompt-dir-path옵션 추가