Open
Description
It would be great to have one single command address
or set-address
that can set http
, https
and bolt
(-a
, -s
, -b
)
For example
$ ineo set-address -a 0.0.0.0:3434 -s localhost:3435 -b 0.0.0.0:3436
$ ineo set-address -a 0.0.0.0:3434 -s 3435 -b 0.0.0.0:3436
$ ineo set-address -a 3434 -s 3435 -b 3436
This would remove the need of having two commands one for address (set-address
) and one for port (set-port
) for each address type.