환경변수 및 prompt 경로로 받아 업데이트 #108
Labels
enhancement
New feature or request
good first issue
Good for newcomers
prompt
The input provided by the user in natural language that serves as the basis for SQL generation.
Milestone
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
옵션 추가The text was updated successfully, but these errors were encountered: