uday-rana / codeshift

A command-line tool that translates source code files into a chosen programming language.
MIT License
4 stars 5 forks source link

Add support for passing directories as CLI arguments #31

Open uday-rana opened 1 month ago

uday-rana commented 1 month ago

Is your feature request related to a problem? Please describe. CLI argument support is limited to files.

Describe the solution you'd like Add support for users to pass directories as CLI arguments. The contents of every file in the directory should be appended to the prompt sent to the AI provider.

Describe alternatives you've considered N/A

Additional context N/A