summaryrefslogtreecommitdiffstats
path: root/docs/idevicenotificationproxy.1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/idevicenotificationproxy.1')
-rw-r--r--docs/idevicenotificationproxy.144
1 files changed, 44 insertions, 0 deletions
diff --git a/docs/idevicenotificationproxy.1 b/docs/idevicenotificationproxy.1
new file mode 100644
index 0000000..56dd0b0
--- /dev/null
+++ b/docs/idevicenotificationproxy.1
@@ -0,0 +1,44 @@
1.TH "idevicenotificationproxy" 1
2.SH NAME
3idevicenotificationproxy \- Post or observe notifications on a device.
4.SH SYNOPSIS
5.B idevicenotificationproxy
6[OPTIONS] COMMAND
7
8.SH DESCRIPTION
9
10Post or observe notifications on an iOS device from the command line.
11
12.SH OPTIONS
13.TP
14.B \-u, \-\-udid UDID
15target specific device by UDID.
16.TP
17.B \-n, \-\-network
18connect to network device.
19.TP
20.B \-d, \-\-debug
21enable communication debugging.
22.TP
23.B \-h, \-\-help
24prints usage information.
25.TP
26.B \-v, \-\-version
27prints version information.
28
29.SH COMMANDS
30.TP
31.B post ID [ID...]
32post notification IDs to device and exit.
33.TP
34.B observe ID [ID...]
35observe notification IDs in the foreground until CTRL+C or signal is received.
36
37.SH AUTHORS
38
39Martin Szulecki
40
41.SH ON THE WEB
42https://libimobiledevice.org
43
44https://github.com/libimobiledevice/libimobiledevice