better help text output

This commit is contained in:
Nick Sweeting 2024-10-02 19:46:31 -07:00
parent 968adf64da
commit 035a14b6ea
No known key found for this signature in database
9 changed files with 206 additions and 131 deletions

View file

@ -5,7 +5,7 @@ import signal
import psutil
import subprocess
from pathlib import Path
from rich.pretty import pprint
from rich import print
from typing import Dict, cast