mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-23 20:45:08 +03:00
types: remove unused arg
This property exists on Context but not in args. It is parsed from the config file. Signed-off-by: Casey Connolly <kcxt@postmarketos.org>
This commit is contained in:
parent
67e98549bd
commit
cb055151ff
1 changed files with 0 additions and 1 deletions
|
@ -124,7 +124,6 @@ class PmbArgs(Namespace):
|
||||||
auto: bool
|
auto: bool
|
||||||
autoinstall: bool
|
autoinstall: bool
|
||||||
boot_size: str
|
boot_size: str
|
||||||
build_default_device_arch: str
|
|
||||||
buildroot: str
|
buildroot: str
|
||||||
built: bool
|
built: bool
|
||||||
ccache: bool
|
ccache: bool
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue