Support forward command [6/n]
Summary: Support the adb forward command Reviewed By: jameslawson Differential Revision: D31055957 fbshipit-source-id: bc0593320d0e187ddfc8120c1684746f9e9c4cf5
This commit is contained in:
committed by
Facebook GitHub Bot
parent
8cf182cc26
commit
11a27f9e1a
@@ -83,6 +83,11 @@ export type FlipperServerCommands = {
|
||||
) => Promise<void>;
|
||||
'device-stop-screencapture': (serial: string) => Promise<string>; // file path
|
||||
'device-shell-exec': (serial: string, command: string) => Promise<string>;
|
||||
'device-forward-port': (
|
||||
serial: string,
|
||||
local: string,
|
||||
remote: string,
|
||||
) => Promise<void>;
|
||||
'metro-command': (serial: string, command: string) => Promise<void>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user