Enhancement: dynamic evaluation of commands #882

This commit is contained in:
Elio Struyf
2024-10-28 10:40:49 +01:00
parent 6f288ff757
commit c84af8493b
7 changed files with 104 additions and 32 deletions
+3
View File
@@ -0,0 +1,3 @@
export interface ShellSetting {
path: string;
}