uninstall command is done

This commit is contained in:
2026-01-19 07:03:51 +11:00
parent dd204788e3
commit 28b56e71ab
5 changed files with 69 additions and 11 deletions

View File

@@ -3,9 +3,13 @@ import configparser
from rich import print
from rich.table import Table
from util import check_ground_libs_path
def list_cmd(args):
ground_libs_folder = os.getenv("GROUND_LIBS") or "/usr/lib/ground/"
check_ground_libs_path()
ground_libs_folder = os.getenv("GROUND_LIBS")
folders = os.listdir(ground_libs_folder)
table = Table("Name", "Version", "Description", title="Installed")