fix(developer): repeated options in kmc must now be fully specified
Fixes #10396. Instead of `--message 20ae 5006`, which is ambiguous, because 5006 could be a filename, you must now specify the parameter option flag each time: `--message 20ae --message 5006` (or `-m 20ae -m 5006`).
parent
18ca8905
Please register or sign in to comment