cwitools.utils.get_cmd

cwitools.utils.get_cmd(sys_argv)

Re-construct the command issued from sys.argv array.

Parameters:sys_argv (list) – The value of sys.argv in a given script.
Returns
string: The Python3 command as issued.