| Summary: | kwriteconfig cannot write "-1" as value | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kconfig | Reporter: | shalva97 <shalva258> |
| Component: | general | Assignee: | Matthew Dawson <matthew> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | a.samirh78, kdelibs-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | 5.62.0 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | All | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
shalva97
2019-10-04 21:02:18 UTC
This is how some/most Shells behave, anything starting with '-' is considered as an option to the command being run (the same behaviour happens with grep and rm ...etc). To use that command line you have to use '--' to mark the end of the option names: kwriteconfig5 --file $HOME/.config/plasmarc --group PlasmaToolTips --key Delay -- "-1" |