From 18fa223cf49ad7d1c23d355722c05cce3803a558 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Tue, 24 Sep 2024 15:58:07 -0300 Subject: [PATCH] Reduce "twenty" references from cli/ --- cli/bin/{twenty => cli} | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) rename cli/bin/{twenty => cli} (59%) diff --git a/cli/bin/twenty b/cli/bin/cli similarity index 59% rename from cli/bin/twenty rename to cli/bin/cli index b2c09e4..c88a651 100755 --- a/cli/bin/twenty +++ b/cli/bin/cli @@ -18,12 +18,10 @@ when "console" wait spawn("console", *ARGV[1..]) exit $?.exitstatus else - warn "Usage: twenty COMMAND [OPTIONS]\n\n" \ + warn "Usage: cli [OPTIONS]\n\n" \ "Commands:\n" \ - " up Start the twenty web server\n" \ - " down Stop the twenty web server\n" \ - " connect Connect a project to twenty\n" \ - " disconnect Disconnect a project from twenty\n" \ + " up Start the web server\n" \ + " down Stop the web server\n" \ " migrate Migrate the database\n" \ - " console Start the twenty developer console\n" \ + " console Start the developer console\n" \ end