Docs.rs
muster-workspace-0.2.0
muster-workspace 0.2.0
Docs.rs crate page
MIT
22 July 2026
Links
Repository
crates.io
Source
Owners
sagoez
Dependencies
base64 ^0.22.1
normal
clap ^4.6.2
normal
clap_complete ^4.6.7
normal
crossbeam-channel ^0.5.16
normal
crossterm ^0.29.0
normal
directories ^6.0.0
normal
getset ^0.1.7
normal
humantime-serde ^1.1.1
normal
libc ^0.2.186
normal
notify ^8.2.0
normal
notify-rust ^4.11.7
normal
nutype ^0.7.0
normal
portable-pty ^0.9.0
normal
ratatui ^0.30.2
normal
serde ^1.0.229
normal
serde_yaml_ng ^0.10.0
normal
shlex ^2
normal
strum ^0.28.0
normal
thiserror ^2.0.19
normal
tui-input ^0.14.0
normal
tui-term ^0.3.4
normal
typed-builder ^0.23.2
normal
vt100 ^0.16.2
normal
insta ^1.48.0
dev
Versions
82.51%
of the crate is documented
Go to latest version
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
Module cli
muster
0.2.0
Module cli
Module Items
Structs
Enums
Functions
In muster::
adapter
muster
::
adapter
Module
cli
Copy item path
Source
Structs
§
RunArgs
muster run
: register a command as a process in a project, then run it.
Enums
§
CliError
A failure while capturing or running a command.
Functions
§
current_
project_
from_
env
Returns the current-project path exported into child panes, if present.
resolve_
tui_
config
Resolves an absolute workspace path for a bare TUI launch, preferring explicit and contextual paths before local and globally registered ones.
run
Registers the command in the resolved project, then runs it in place. On success this replaces the current process, so it does not return; any error short-circuits before the command runs.