Currently, if a command contains the same parameter e.g., p/ multiple times, the last value will be taken. Rationale: this allows the user to rectify erroneous parameter values on the fly, without having to backspace.
Suggested:
Document this behavior as it can be misinterpreted as a bug
When this happens, the command output can contain a friendly warning that multiple values were found in the command, in case the repetition was unintentional
Currently, if a command contains the same parameter e.g.,
p/
multiple times, the last value will be taken. Rationale: this allows the user to rectify erroneous parameter values on the fly, without having to backspace.Suggested: