Skip to content

Commit

Permalink
chore: add new file to CLI.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiragAgg5k committed Feb 24, 2025
1 parent 35f982f commit 6e6e63b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/SDK/Language/CLI.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,11 @@ public function getFiles(): array
'scope' => 'default',
'destination' => 'lib/commands/generic.js',
'template' => 'cli/lib/commands/generic.js.twig',
],
[
'scope' => 'default',
'destination' => 'lib/commands/organizations.js',
'template' => 'cli/lib/commands/organizations.js.twig',
]
];
}
Expand Down

0 comments on commit 6e6e63b

Please sign in to comment.