cli: add --database support to 'console' command

This commit is contained in:
0x1eef 2024-01-09 05:23:20 -03:00
parent 0afe729f86
commit 0c5578b028

View file

@ -3,6 +3,7 @@
class Twenty::Command::Console < Twenty::Command
set_banner usage: "twenty console [OPTIONS]",
description: "Start the twenty developer console"
include CommonOptionMixin
prepend Twenty::Command::PendingMigrationMixin
prepend Twenty::Command::SQLiteConnectionMixin