cli: moved bulk of create implementation over to lib
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -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> = {};
|
||||
|
||||
Reference in New Issue
Block a user