pyslk.cli_versions

Contents

pyslk.cli_versions#

pyslk.cli_versions(cli: list[str] | tuple[str] | str | None = None) dict[str, str]#

Return the version of slk and/or slk_helpers

Uses version_slk_raw() and version_slk_helpers_raw()

Similar to ~pyslk.version_slk and ~pyslk.version_slk_helpers

Parameters:

cli (list[str], tuple[str], str) – names of the commands for which the version should be obtained

Returns:

dictionary containing the versions of clis slk and/or slk_helpers

Return type:

dict