Skip to main content

Module cli

Module cli 

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.