I have an option declared as string but the parser converts it to a number. ``` command -option 01234 ``` `01234` is then converted to `1234` which is causing problems.
I have an option declared as string but the parser converts it to a number.
01234is then converted to1234which is causing problems.