searleser97 / cpbooster

Competitive Programming Booster
GNU General Public License v3.0
144 stars 30 forks source link

Wrong Multiple File Creation Using Numbers #109

Open leonardo-delfino opened 7 months ago

leonardo-delfino commented 7 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 7 months ago

Interesting, I guess is a bug or just not handled