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 @@
+.TH "idevicenotificationproxy" 1
+.SH NAME
+idevicenotificationproxy \- Post or observe notifications on a device.
+.SH SYNOPSIS
+.B idevicenotificationproxy
+[OPTIONS] COMMAND
+
+.SH DESCRIPTION
+
+Post or observe notifications on an iOS device from the command line.
+
+.SH OPTIONS
+.TP
+.B \-u, \-\-udid UDID
+target specific device by UDID.
+.TP
+.B \-n, \-\-network
+connect to network device.
+.TP
+.B \-d, \-\-debug
+enable communication debugging.
+.TP
+.B \-h, \-\-help
+prints usage information.
+.TP
+.B \-v, \-\-version
+prints version information.
+
+.SH COMMANDS
+.TP
+.B post ID [ID...]
+post notification IDs to device and exit.
+.TP
+.B observe ID [ID...]
+observe notification IDs in the foreground until CTRL+C or signal is received.
+
+.SH AUTHORS
+
+Martin Szulecki
+
+.SH ON THE WEB
+https://libimobiledevice.org
+
+https://github.com/libimobiledevice/libimobiledevice