types: args.verbose is a bool (MR 2252)

Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
Caleb Connolly 2024-06-10 23:12:36 +02:00 committed by Oliver Smith
parent f643673f48
commit 0db01a2919
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -148,7 +148,7 @@ class PmbArgs(Namespace):
systemd: str
timeout: float
value: str
verbose: str
verbose: bool
verify: str
work: Path
xauth: str