Skip to content

Commit 27a501c

Browse files
committed
Provide new option processing guidance for run.pl
1 parent dd1db9e commit 27a501c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

run.pl

+8
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,11 @@
6767
),
6868
server(Address).
6969

70+
opt_type(port, port, natural).
71+
opt_type(p, port, natural).
72+
opt_type(public, public, boolean).
73+
74+
opt_help(port, "TCP/IP port to bind to").
75+
opt_help(public, "Connect to all interfaces instead of only to localhost").
76+
77+
opt_meta(port, 'PORT').

0 commit comments

Comments
 (0)