parse: arguments: typing improvements (MR 2252)

Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
Caleb Connolly 2024-06-09 04:14:21 +02:00 committed by Oliver Smith
parent efeb09bf5d
commit 084309e756
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 3 additions and 2 deletions

View file

@ -37,6 +37,7 @@ class PmbArgs(Namespace):
all_git: str
all_stable: str
android_recovery_zip: str
apkindex_path: Path
aports: Optional[Path]
_aports_real: str
arch: Arch