Open YumYummity opened 1 year ago
Not sure what's causing this, it's stripped from string arguments too. Seems fairly inconsequential but I'll keep it open as a reminder to look into it.
This only happens for a single backslash, and it gives the correct input if you have 2 or more backslashes.
Describe the bug A single backslash can be placed at the end of an integer. EG.
-slots 200000\
results in the same thing as-slots 200000
To Reproduce
Afterwards, just run
-slots 200000\
Expected behavior Raise an error:
Converting to "int" failed for parameter "amount".
Actual behavior Command runs as if the backslash isn't there.
Screenshots
Environment
Microsoft Windows [Version 10.0.19044.2728]
(testing) and Ubuntu 22.04.1 LTSx86-64 VM
(hosting)