增加交互式配置支持

This commit is contained in:
jixishi
2024-04-26 22:29:00 +08:00
parent 92c92e67e1
commit 8d4273df77
4 changed files with 8 additions and 1 deletions
-1
View File
@@ -180,7 +180,6 @@ func getCliFlag() {
config.inputCode = "hex"
}
v, _ = inf.NewConfirmWithSelection(
confirm.WithDefaultYes(),
confirm.WithPrompt("启用高级配置"),
).Display()
if v {