When executing the `ih` command with multiple leading spaces, the parsed arguments contained unexpected characters as following: ``` cmd> ih 1 l = [1cU] ``` the expected result should be only '1', but 'cU' appeared.