Bug 449298

Summary: Konsole consumes [arg] after -e <cmd>
Product: [Applications] konsole Reporter: Dominik Kummer <admin>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version: 21.12.1   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description Dominik Kummer 2022-01-28 17:07:55 UTC
SUMMARY
Konsole help says:
-e <cmd>   Command to execute. This option will catch all
                    following arguments, so use it as the last option.

If $ konsole -e mycmd --title MyTitle --flag; is executed, konsole consumes --title [title] as it where preceding -e <cmd> and only passes --flag to `mycmd`.

EXPECTED RESULT
Konsole shall pass all arguments following -e <cmd> regarless if they match any valid konsole option.