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:
parent
6857882cf0
commit
457dfc8691
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue