-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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[])Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels