You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/platform/plugins/shared/agent_builder/server/services/execution/run_agent/bash/exec_tool_command.ts
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,7 @@ interface ParsedArgs {
18
18
}
19
19
20
20
/**
21
-
* Hand-rolled argv parser for `exec_tool` — one positional + an optional
22
-
* `--args=<json>` flag. Kibana's prod CLI parsers (`commander`) are designed
23
-
* for full CLI apps with help text / sub-commands and don't fit this shape;
24
-
* `minimist` / `yargs` are dev-only deps. Manual parsing is the right call
25
-
* for this two-arg surface.
21
+
* Hand-rolled argv parser for `exec_tool` — one positional + an optional `--args=<json>` flag.
0 commit comments