We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a80b5 commit 310325dCopy full SHA for 310325d
1 file changed
lib/cli.ts
@@ -225,14 +225,6 @@ async function promptLoginModeFallback(
225
}
226
return { mode: "reset" };
227
228
- if (
229
- normalized === "u" ||
230
- normalized === "restore" ||
231
- normalized === "backup" ||
232
- normalized === "restore-backup"
233
- ) {
234
- return { mode: "restore-backup" };
235
- }
236
if (normalized === "c" || normalized === "check")
237
return { mode: "check" };
238
if (normalized === "d" || normalized === "deep") {
0 commit comments