You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2025. It is now read-only.
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 200000To 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)