Options (2)
-p, --portbooleanStart the gateway on a specific port
Example:
zeroclaw gateway {{[-p|--port]}} {{8080}}-h, --helpbooleanDisplay help
Example:
zeroclaw gateway {{[-h|--help]}}Examples (5)
Start the gateway on default port (8080)
Start the gateway on a specific port
zeroclaw gateway [-p|--port] 8080Start the gateway on a random available port
zeroclaw gateway [-p|--port] 0Start the gateway on a specific host
zeroclaw gateway --host 0.0.0.0 [-p|--port] 8080Display help
zeroclaw gateway [-h|--help]made by @shridhargupta | data from tldr-pages