Please explain what problem the proposed function is to solve.
cli 기반 프로그램이므로 input의 용이성이 상당히 중요한데 현재 fury-tool의 경우,
second-command, thirt-command까지 받는 구조, 앞으로 DB 관련 기능이나 기타 기능이 많아질수록 계층이 많아질텐데
inquirer의 tree-prompt, table-prompt, press-to-continue 등이 더 적합할 것으로 판단됨.
Describe the solution you'd like
현재 파일 기준으로 prompt를 관리하고 있으니 inquirer 패키지 설치 후
prompt.ts, projectPrompt.ts, gitPrompt.ts 수정을 통해 전역 적용이 가능해보임
Please explain what problem the proposed function is to solve.
Describe the solution you'd like
Additional context