forked from Mirror/pmbootstrap
pmb.flasher: Remove use of args (MR 2441)
Also adapt pmb/install/recovery.py to new API for variables.py. [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
2305cc5db6
commit
37ec73c07c
9 changed files with 140 additions and 56 deletions
|
@ -403,10 +403,6 @@ def install(args: PmbArgs) -> None:
|
|||
pmb.install.install(args)
|
||||
|
||||
|
||||
def flasher(args: PmbArgs) -> None:
|
||||
pmb.flasher.frontend(args)
|
||||
|
||||
|
||||
def export(args: PmbArgs) -> None:
|
||||
pmb.export.frontend(args)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue