aboutsummaryrefslogtreecommitdiff
path: root/cli/studip
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-09-05 12:00:36 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-09-05 12:00:36 +0000
commit1cb328ab5a58034d9545d0353843e3aaae210ef3 (patch)
treed855d5fb1e8da013c824642994f2ccd84aeee282 /cli/studip
parentac71bb7372e550d5de63746d5b1fc0d263b6ea28 (diff)
use PsrPrinter instead of own printer, make wizard optional, add more...
Closes #4563 Merge request studip/studip!3378
Diffstat (limited to 'cli/studip')
-rwxr-xr-xcli/studip1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/studip b/cli/studip
index 4d19e2b..8effcae 100755
--- a/cli/studip
+++ b/cli/studip
@@ -34,6 +34,7 @@ $commands = [
Commands\DB\MoveMatrikelnummer::class,
Commands\Make\Migration::class,
Commands\Make\Model::class,
+ Commands\Make\Plugin::class,
Commands\DI\Reset::class,
Commands\Files\Dump::class,
Commands\Fix\Biest7789::class,