1
0
Fork 1
mirror of https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git synced 2025-07-13 03:19:47 +03:00

types: args.arch is optional (MR 2252)

Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
Caleb Connolly 2024-06-10 01:08:24 +02:00 committed by Oliver Smith
parent 6857882cf0
commit 457dfc8691
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -39,7 +39,7 @@ class PmbArgs(Namespace):
apkindex_path: Path
aports: Optional[Path]
_aports_real: str
arch: Arch
arch: Optional[Arch]
as_root: str
assume_yes: str
auto: str