mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Add pfsense shell dialect
This commit is contained in:
parent
362cb12e20
commit
c3cbe022b9
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ public class ShellDialects {
|
|||
|
||||
public static final List<ShellDialect> ALL = new ArrayList<>();
|
||||
public static ShellDialect OPNSENSE;
|
||||
public static ShellDialect PFSENSE;
|
||||
public static ShellDialect POWERSHELL;
|
||||
public static ShellDialect POWERSHELL_CORE;
|
||||
public static ShellDialect CMD;
|
||||
|
@ -40,6 +41,7 @@ public class ShellDialects {
|
|||
POWERSHELL = byId("powershell");
|
||||
POWERSHELL_CORE = byId("pwsh");
|
||||
OPNSENSE = byId("opnsense");
|
||||
PFSENSE = byId("pfsense");
|
||||
FISH = byId("fish");
|
||||
DASH = byId("dash");
|
||||
BASH = byId("bash");
|
||||
|
|
Loading…
Reference in a new issue