pyslk.version_slk_raw

pyslk.version_slk_raw#

pyslk.version_slk_raw(return_type: int = 0) str | int | CompletedProcess#

List the version of slk

Parameters:

return_type (int) – select between 0 (== str output), 1 (== exit code), 2 (subprocess output)

Returns:

stdout of the slk call

Return type:

Union[str, int, subprocess.CompletedProcess]