Docs.rs
agent-line-0.2.0
agent-line 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
bradleyd
Dependencies
serde ^1
normal
serde_json ^1
normal
ureq ^3.2
normal
opentelemetry ^0.31
dev
opentelemetry-stdout ^0.31
dev
opentelemetry_sdk ^0.31
dev
Versions
94.52%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
run_cmd
agent_
line
0.2.0
In agent_
line::
tools::
command
agent_line
::
tools
::
command
Function
run_cmd
Copy item path
Source
pub fn run_cmd(cmd: &
str
) ->
Result
<
CmdOutput
,
StepError
>
Expand description
Run a shell command via
sh -c
.