Bug 449298 - Konsole consumes [arg] after -e <cmd>
Summary: Konsole consumes [arg] after -e <cmd>
Status: RESOLVED NOT A BUG
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 21.12.1
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-28 17:07 UTC by Dominik Kummer
Modified: 2024-05-02 13:43 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.