Skip to content

Commit 3d239af

Browse files
committed
Added an optional argument --port.
1 parent 3254e91 commit 3d239af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

roswell/mito.ros

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ exec ros -Q -- $0 "$@"
6363
(nconcf connect-args (list :password (pop args))))
6464
(("-H" "--host")
6565
(nconcf connect-args (list :host (pop args))))
66+
(("-P" "--port")
67+
(nconcf connect-args (list :port (parse-integer (pop args)))))
6668
(("-s" "--system")
6769
(push (pop args) systems))
6870
(("-D" "--directory")

0 commit comments

Comments
 (0)