mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-08 02:21:06 +00:00
Rework and nushell support
This commit is contained in:
@@ -22,6 +22,7 @@ public class ShellDialects {
|
||||
public static ShellDialect ZSH;
|
||||
public static ShellDialect CSH;
|
||||
public static ShellDialect FISH;
|
||||
public static ShellDialect NUSHELL;
|
||||
|
||||
public static ShellDialect NO_INTERACTION;
|
||||
public static ShellDialect CISCO;
|
||||
@@ -89,6 +90,7 @@ public class ShellDialects {
|
||||
CSH = byId("csh");
|
||||
ASH = byId("ash");
|
||||
SH = byId("sh");
|
||||
NUSHELL = byId("nushell");
|
||||
NO_INTERACTION = byId("noInteraction");
|
||||
CISCO = byId("cisco");
|
||||
MIKROTIK = byId("mikrotik");
|
||||
|
||||
Reference in New Issue
Block a user