searleser97 / cpbooster

Competitive Programming Booster
GNU General Public License v3.0
154 stars 35 forks source link

Wrong Multiple File Creation Using Numbers #109

Open leonardo-delfino opened 11 months ago

leonardo-delfino commented 11 months ago

When I try to create multiple files with the command cpb create {a..d}.cpp everything works fine. Instead, if I launch the same command using numbers instead of characters, e.g. cpb create {1..4}.cpp, it only creates a single file named 1__4.cpp instead of 4 separate files named 1.cpp, 2.cpp, etc. Is this a bug or the intended behavior?

searleser97 commented 11 months ago

Interesting, I guess is a bug or just not handled

searleser97 commented 1 month ago

hey @leonardo-delfino , would like to contribute with a fix for this issue ?