Add migration guide

This commit is contained in:
Kivi Kaitaniemi
2025-12-18 01:29:20 +02:00
parent 6a1f64c3dd
commit d8ec223fc3
3 changed files with 778 additions and 2 deletions
+3 -1
View File
@@ -52,7 +52,9 @@ If packages or user packages change, this plugin will flag the module as changed
It's possible to override the commands this plugin uses. Create your own `FlatpakCommands` class and override methods returning commands. These are the defaults.
```py
class MyCommands(FlatpakCommands):
from decman.plugins import flatpak
class MyCommands(flatpak.FlatpakCommands):
def list_apps(self, as_user: bool) -> list[str]:
"""
Running this command outputs a newline separated list of installed flatpak application IDs.