diff options
Diffstat (limited to 'docs/idevicedebug.1')
-rw-r--r-- | docs/idevicedebug.1 | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/docs/idevicedebug.1 b/docs/idevicedebug.1 new file mode 100644 index 0000000..7314baa --- /dev/null +++ b/docs/idevicedebug.1 | |||
@@ -0,0 +1,45 @@ | |||
1 | .TH "idevicedebug" 1 | ||
2 | .SH NAME | ||
3 | idevicedebug \- Interact with the debugserver service of a device. | ||
4 | .SH SYNOPSIS | ||
5 | .B idevicedebug | ||
6 | [OPTIONS] COMMAND | ||
7 | |||
8 | .SH DESCRIPTION | ||
9 | |||
10 | Interact with the debug service of a device. Currently the only implemented | ||
11 | command is "run" and allows execution of developer apps and watch the | ||
12 | stdout/stderr of the process. | ||
13 | |||
14 | .SH OPTIONS | ||
15 | .TP | ||
16 | .B \-u, \-\-udid UDID | ||
17 | target specific device by UDID. | ||
18 | .TP | ||
19 | .B \-n, \-\-network | ||
20 | connect to network device. | ||
21 | .TP | ||
22 | .B \-e, \-\-env NAME=VALUE | ||
23 | set environment variable NAME to VALUE. | ||
24 | .TP | ||
25 | .B \-d, \-\-debug | ||
26 | enable communication debugging. | ||
27 | .TP | ||
28 | .B \-h, \-\-help | ||
29 | prints usage information. | ||
30 | .TP | ||
31 | .B \-v, \-\-version | ||
32 | prints version information. | ||
33 | |||
34 | .SH COMMANDS | ||
35 | .TP | ||
36 | .B run BUNDLEID [ARGS...] | ||
37 | run app with BUNDLEID and optional ARGS on device. | ||
38 | |||
39 | .SH AUTHORS | ||
40 | Martin Szulecki | ||
41 | |||
42 | .SH ON THE WEB | ||
43 | https://libimobiledevice.org | ||
44 | |||
45 | https://github.com/libimobiledevice/libimobiledevice | ||