tenseleyflow/gump / 1664f3e

Browse files

add Fortsh variant to Shell enum

Authored by espadonne
SHA
1664f3e16ca6494d3fe8add17d22b25c30b25ec3
Parents
2a6d699
Tree
00abc5d

1 changed file

StatusFile+-
M src/cli.rs 1 0
src/cli.rsmodified
@@ -83,6 +83,7 @@ pub enum Shell {
8383
     Bash,
8484
     Zsh,
8585
     Fish,
86
+    Fortsh,
8687
 }
8788
 
8889
 #[derive(Clone, ValueEnum)]