fix(shell): add match arm for Nushell's binary name

This commit is contained in:
Alexandre Pasmantier 2025-04-29 21:48:19 +02:00 committed by Alexandre Pasmantier
parent feafd9b7aa
commit 624c485d68

View File

@ -66,6 +66,7 @@ impl Shell {
Shell::Fish => "fish",
Shell::PowerShell => "powershell",
Shell::Cmd => "cmd",
Shell::Nu => "nu",
}
}
}