File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,7 @@ import * as inquirer from "inquirer"
22import * as cliConfig from "../configs/cliConfig"
33import * as buildConfig from "../configs/buildConfig"
44import * as rover from "@rover-tools/engine/dist/bin/index"
5- import {
6- IroverDeploymentObject ,
7- Iroverdescription ,
8- IroverCLIparamModule ,
9- } from "../rover.types"
5+ import { IroverDeploymentObject , IroverCLIparamModule } from "../rover.types"
106
117const moduleParams = rover . modules . Modules
128const envpattern = new RegExp ( / ^ e n v \d \d + $ / g)
@@ -339,6 +335,7 @@ export const choicesYorN = async function (message: string) {
339335 ] )
340336 return r [ "stack" ]
341337}
338+
342339export const params = async function ( module : string ) {
343340 const { choices } = cliConfig . app
344341 const name : Record < string , string > = { }
You can’t perform that action at this time.
0 commit comments