cli: moved bulk of create implementation over to lib

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-11-12 11:24:40 +01:00
parent 2ca3f5ff4c
commit 55e58c5568
5 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
*/
import { Command } from 'commander';
import { FactoryRegistry } from './FactoryRegistry';
import { FactoryRegistry } from '../../lib/create/FactoryRegistry';
function parseOptions(optionStrings: string[]): Record<string, string> {
const options: Record<string, string> = {};