test: add imports to doc snippets

This commit is contained in:
2025-07-01 17:36:36 +02:00
parent 3ce4cbfad7
commit 568d126fc2
2 changed files with 3 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ pub fn ps() -> Result<()> {
/// Start containers via `docker compose start`. Optionally pass containers to be started.
/// ```
/// # use ahab::scripts::docker_compose::start;
/// start(None);
/// ```
/// is roughly the same as