diff --git a/twenty-cli/lib/twenty-cli/command/console.rb b/twenty-cli/lib/twenty-cli/command/console.rb index 987e151..f149265 100644 --- a/twenty-cli/lib/twenty-cli/command/console.rb +++ b/twenty-cli/lib/twenty-cli/command/console.rb @@ -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