fix: remove duplicate exit key from create template (#6360)
This commit is contained in:
parent
9f0ae4e6eb
commit
67c58c48c7
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import path from 'node:path';
|
|||
import { error, info, spinner, title } from '../messages.js';
|
||||
|
||||
export async function template(
|
||||
ctx: Pick<Context, 'template' | 'prompt' | 'dryRun' | 'exit' | 'exit'>
|
||||
ctx: Pick<Context, 'template' | 'prompt' | 'dryRun' | 'exit'>
|
||||
) {
|
||||
if (!ctx.template) {
|
||||
const { template: tmpl } = await ctx.prompt({
|
||||
|
|
Loading…
Reference in a new issue