Registry / utility / cnctd-shell

cnctd-shell

JSON →
library0.1.7rscratesunverified

Run simple shell commands with a convenient API.

# Cargo.toml [dependencies] cnctd_shell = "0.1.7"
INSTALL
IMPORT
SIG · CNCTD-SHELL
C
cnctd-shell
utilityrustv0.1.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Shell
use cnctd_shell::Shell;

Execute a shell command and capture output.

use cnctd_shell::Shell; let output = Shell::new("echo hello").run().unwrap(); assert_eq!(output.stdout, "hello\n");
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.7latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
cnctd-shell — cargo add cnctd-shell · libregistry