fix(configure): remove duplicate password wrapper · openclaw/openclaw@40f1190
openclaw
·
2026-06-16
·
via Recent Commits to openclaw:main
Commit 40f1190
fix(configure): remove duplicate password wrapper
1 file changed
Lines changed: 0 additions & 6 deletions
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|
@@ -111,9 +111,3 @@ export const select = <T>(params: Parameters<typeof clackSelect<T>>[0]) =>
|
111 | 111 | opt.hint === undefined ? opt : { ...opt, hint: stylePromptHint(opt.hint) }, |
112 | 112 | ), |
113 | 113 | }); |
114 | | -/** Styled password prompt wrapper. */ |
115 | | -export const password = (params: Parameters<typeof clackPassword>[0]) => |
116 | | -clackPassword({ |
117 | | - ...params, |
118 | | -message: stylePromptMessage(params.message), |
119 | | -}); |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments