Skip to content

Commit 40f1190

Browse files
committed
fix(configure): remove duplicate password wrapper
1 parent 8ded756 commit 40f1190

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/commands/configure.shared.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,3 @@ export const select = <T>(params: Parameters<typeof clackSelect<T>>[0]) =>
111111
opt.hint === undefined ? opt : { ...opt, hint: stylePromptHint(opt.hint) },
112112
),
113113
});
114-
/** Styled password prompt wrapper. */
115-
export const password = (params: Parameters<typeof clackPassword>[0]) =>
116-
clackPassword({
117-
...params,
118-
message: stylePromptMessage(params.message),
119-
});

0 commit comments

Comments
 (0)