We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1abe7f4 commit 159d16cCopy full SHA for 159d16c
1 file changed
src/EtcdTerminal.App/Engine/Prompt.cs
@@ -23,7 +23,7 @@ public static class Prompt
23
24
var input = ReadLine(defaultValue);
25
26
- return input ?? defaultValue;
+ return input;
27
}
28
29
public static string? Secret(string prompt)
0 commit comments