cli: update option descriptions

This commit is contained in:
0x1eef 2024-02-18 01:19:49 -03:00
parent f42015faa9
commit 2d8287da94

View file

@ -5,11 +5,11 @@ class Twenty::Command::Up < Twenty::Command
description: "Start the twenty web server" description: "Start the twenty web server"
set_option "-b ADDR", set_option "-b ADDR",
"--bind ADDR", "--bind ADDR",
"Bind to ADDR (default: 127.0.0.1)", "An address to bind to (default: 127.0.0.1)",
default: "127.0.0.1" default: "127.0.0.1"
set_option "-p PORT", set_option "-p PORT",
"--port PORT", "--port PORT",
"Listen on PORT (default: 2020)", "A port to listen on (default: 2020)",
default: 2020, default: 2020,
as: Integer as: Integer
set_option "-f", set_option "-f",