mirror of
https://github.com/outbackdingo/hyprcosmic.git
synced 2026-08-25 14:53:21 +00:00
272ec0c5d2abea2de82829504951a51ad4861732
apply does not understand
`cosmic-conf apply --diff-only ~/.config/hyprcosmic/cosmic.conf` did exactly the wrong thing twice over: the misspelt flag was ignored, so it wrote instead of diffing, and the path was ignored too, so it wrote to whatever the *default* config compiles to. It reported success either way. Both arguments are now errors with exit 2. An argument parser that silently skips the unknown is a bad fit for a command whose job is to overwrite settings; the surface here is six flags, so the check is fifteen lines rather than a dependency.
Description
Next generation Cosmic desktop environment
645 KiB
Languages
Rust
80.2%
Shell
12%
CSS
3.3%
Python
2.5%
Just
2%