feat: add milestone 6 CLI polish
Add shell completion generation, improve first-run device messaging, and include HTTP endpoint details in daemon startup output.
This commit is contained in:
+2
-3
@@ -110,10 +110,9 @@ impl TestDaemon {
|
||||
.get(format!("{}/daemon/status", self.base_url))
|
||||
.send()
|
||||
.await
|
||||
&& response.status().is_success()
|
||||
{
|
||||
if response.status().is_success() {
|
||||
return;
|
||||
}
|
||||
return;
|
||||
}
|
||||
sleep(Duration::from_millis(100)).await;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user