mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-25 16:31:53 +08:00
feat: support command template
This commit is contained in:
@@ -37,5 +37,9 @@
|
||||
"version.updateAvailableTooltip": "Click to Open Github Release Page ( v{{currentVersion}} -> v{{latestVersion}})",
|
||||
"shellTool": "Shell Tool",
|
||||
"lambdaSuffix": "LambdaSuffix",
|
||||
"probe": "Probe Mode"
|
||||
"probe": "Probe Mode",
|
||||
"advancedConfig": "Advanced Config",
|
||||
"commandTemplate": "Command Template",
|
||||
"commandTemplate.placeholder": "e.g., sh -c \"{command}\" 2>&1",
|
||||
"commandTemplate.description": "Use {command} as placeholder"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user