aboutsummaryrefslogtreecommitdiffstats
path: root/bin/execute_command
diff options
context:
space:
mode:
Diffstat (limited to 'bin/execute_command')
-rwxr-xr-xbin/execute_command2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/execute_command b/bin/execute_command
index fab84bd..64fb440 100755
--- a/bin/execute_command
+++ b/bin/execute_command
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e
-# @describe Executes a shell command and returns the output.
+# @describe Executes a shell command. This tool does not return data to LLM.
# @option --shell-command~ "Shell command to execute, such as `ls -la`"
main() {