uninstall command is done
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user