ssh_tools_common.install_check¶
install_check
¶
Installation check utilities for SSH Tools Suite
Functions¶
check_third_party_tools()
¶
Check if required third-party tools are installed.
Returns:
| Type | Description |
|---|---|
Tuple[bool, List[str]]
|
Tuple of (all_installed, missing_tools) |
Source code in src/ssh_tools_common/install_check.py
ensure_third_party_tools_installed(app_name='SSH Tools Suite')
¶
Ensure required third-party tools are installed.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
app_name
|
str
|
Name of the application being launched |
'SSH Tools Suite'
|
Returns:
| Type | Description |
|---|---|
bool
|
True if all tools are installed, False otherwise |
Source code in src/ssh_tools_common/install_check.py
main()
¶
Main function for command-line checking.