grpc: added args to execute script to reflect prior gui functionality, updated new and old gui to use the same exact logic for executing scripts for consistency
This commit is contained in:
parent
f98594e927
commit
9da64af79b
7 changed files with 30 additions and 22 deletions
|
@ -466,6 +466,7 @@ message GetInterfacesResponse {
|
|||
|
||||
message ExecuteScriptRequest {
|
||||
string script = 1;
|
||||
string args = 2;
|
||||
}
|
||||
|
||||
message ExecuteScriptResponse {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue