mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
cli: integrate (use) new show command in cli
This commit is contained in:
@@ -1193,7 +1193,7 @@ def show_software(json, name):
|
||||
f"{'VERSION':<{PadSoftware.version}}"
|
||||
f"{'DATE':<{PadSoftware.date}}")
|
||||
print(Decore.invert(hdr))
|
||||
for _s in slots:
|
||||
for _s in reversed(slots):
|
||||
slot = Software(_s)
|
||||
if slot.is_rootfs():
|
||||
slot.print()
|
||||
|
||||
Reference in New Issue
Block a user