Setting up flow for resolvers.
Repo structure classes should be responsible for pulling versioned files. Ex. /forge/1.14/ -> get the latest file (or only allow one file). The resolver then gets that file to work with in order to resolve the forge module, pull its libs, and attach them as submodules.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import { writeFile } from 'fs-extra'
|
||||
import { resolve as resolvePath } from 'path'
|
||||
import yargs from 'yargs'
|
||||
import { DistributionStructure } from './model/struct/distribution.struct'
|
||||
import { DistributionStructure } from './model/struct/model/distribution.struct'
|
||||
|
||||
function rootOption(yargs: yargs.Argv) {
|
||||
return yargs.option('root', {
|
||||
|
||||
Reference in New Issue
Block a user