Skip to content

Shell Management

Refer to the smp Shell Management documentation for a complete description of each Request and Response.

Execute

Bases: ExecuteRequest, _ShellGroupBase

Execute a shell command.

Parameters:

Name Type Description Default
argv List[str]
required
Source code in smpclient/requests/shell_management.py
class Execute(smpshell.ExecuteRequest, _ShellGroupBase):
    """Execute a shell command.

    Args:
        argv (List[str]): 

    """
    _Response = smpshell.ExecuteResponse
    _Response = smpshell.ExecuteResponse