Align quickstart guidance across docs and CLI
This commit is contained in:
parent
81636e86fb
commit
694be0730b
5 changed files with 44 additions and 10 deletions
|
|
@ -27,6 +27,7 @@ def test_cli_help_guides_first_run() -> None:
|
|||
|
||||
assert "Suggested first run:" in help_text
|
||||
assert "pyro doctor" in help_text
|
||||
assert "pyro env list" in help_text
|
||||
assert "pyro env pull debian:12" in help_text
|
||||
assert "pyro run debian:12 -- git --version" in help_text
|
||||
assert "Use `pyro mcp serve` only after the CLI validation path works." in help_text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue