Expand description
The stop command, rebuilt from first principles.
The stop command, rebuilt from first principles.
crate::stop::plan— resolves stop’s selectors into one exhaustivecrate::stop::StopPlan.crate::stop::diagnostics— typed diagnostics for stop failures.
Re-exports§
pub use diagnostics::project_not_found;pub use diagnostics::service_not_found;pub use plan::StopPlan;pub use plan::StopPlanError;pub use plan::resolve_plan;
Modules§
- diagnostics
- Typed diagnostics for the
stopcommand. - plan
- Resolving
stop’s selectors into one exhaustive plan.