forked from Mirror/pmbootstrap
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
|
apkindex_path: Path
|
||||||
aports: Optional[Path]
|
aports: Optional[Path]
|
||||||
_aports_real: str
|
_aports_real: str
|
||||||
arch: Arch
|
arch: Optional[Arch]
|
||||||
as_root: str
|
as_root: str
|
||||||
assume_yes: str
|
assume_yes: str
|
||||||
auto: str
|
auto: str
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue