mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
Since the unset logic has diverged more significantly from the set logic lately, this commit splits them into specific methods. This makes it simpler to follow the unset logic since there is no value and it also reduces the special cases and conditions in the set code. Support unmatched placeholders in requests when unsetting. Signed-off-by: Miguel Pires <miguel.pires@canonical.com>