Skip to content

Error in readme example code #3

@mcascone

Description

@mcascone

I believe this example in the ReadMe is missing a single-quote:

String commandId = client.executeCommand('C:\Windows\System32\cmd.exe', ['/C', 'del /q/f/s %TEMP%\*] as String[])

Notice that even the GitHub syntax highlighter interpets it differently when the single quote is added. It should be:

String commandId = client.executeCommand('C:\Windows\System32\cmd.exe', ['/C', 'del /q/f/s %TEMP%\*'] as String[])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions