forked from Mirror/pmbootstrap
types: args.verbose is a bool (MR 2252)
Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
parent
f643673f48
commit
0db01a2919
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ class PmbArgs(Namespace):
|
||||||
systemd: str
|
systemd: str
|
||||||
timeout: float
|
timeout: float
|
||||||
value: str
|
value: str
|
||||||
verbose: str
|
verbose: bool
|
||||||
verify: str
|
verify: str
|
||||||
work: Path
|
work: Path
|
||||||
xauth: str
|
xauth: str
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue