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

Remove logging output if output file flag passed #14

Closed mayank-Pareek closed 1 month ago

mayank-Pareek commented 2 months ago

If --output flag is passed the program will write only to output file, these changes resolve #8.