We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3254e91 commit 3d239afCopy full SHA for 3d239af
roswell/mito.ros
@@ -63,6 +63,8 @@ exec ros -Q -- $0 "$@"
63
(nconcf connect-args (list :password (pop args))))
64
(("-H" "--host")
65
(nconcf connect-args (list :host (pop args))))
66
+ (("-P" "--port")
67
+ (nconcf connect-args (list :port (parse-integer (pop args)))))
68
(("-s" "--system")
69
(push (pop args) systems))
70
(("-D" "--directory")
0 commit comments