mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-18 05:04:38 +03:00
Make print_version consistent
This commit is contained in:
@@ -1016,7 +1016,7 @@ class Cli:
|
|||||||
help="Search terms (all non-option arguments are treated as search terms)",
|
help="Search terms (all non-option arguments are treated as search terms)",
|
||||||
)
|
)
|
||||||
|
|
||||||
def run_list_qt_commercial(self, args: ListArgumentParser, print_version: bool = True) -> None:
|
def run_list_qt_commercial(self, args: ListArgumentParser, print_version: Optional[bool] = True) -> None:
|
||||||
"""Execute Qt commercial package listing."""
|
"""Execute Qt commercial package listing."""
|
||||||
if print_version:
|
if print_version:
|
||||||
self.show_aqt_version()
|
self.show_aqt_version()
|
||||||
|
|||||||
Reference in New Issue
Block a user