Skip to main content

Module cmd

Module cmd 

Source

Structs§

CmdOptions
CmdOutput
Output captured from a command invocation.

Functions§

options_in_dir_with_envs
Build command options with cwd + env pairs for common integration test usage.
run
Run a binary with arguments, capturing code, stdout, and stderr.
run_in_dir
Run a binary in a specific directory.
run_in_dir_with
run_resolved
Resolve a workspace binary by name and run it with explicit options.
run_resolved_in_dir
Resolve and run a workspace binary in a specific directory.
run_with