[config] add installation status in modules subcommand
It is usefull to be able to list all modules, their capabilities and also their installation state in a single request.
This commit is contained in:
parent
60b938d7ea
commit
2a4d6ac41d
1 changed files with 1 additions and 0 deletions
|
|
@ -236,6 +236,7 @@ class WeboobCfg(ReplApplication):
|
||||||
row = OrderedDict([('Name', name),
|
row = OrderedDict([('Name', name),
|
||||||
('Capabilities', CapabilitiesWrapper(info.capabilities)),
|
('Capabilities', CapabilitiesWrapper(info.capabilities)),
|
||||||
('Description', info.description),
|
('Description', info.description),
|
||||||
|
('Installed', info.is_installed()),
|
||||||
])
|
])
|
||||||
self.format(row)
|
self.format(row)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue