Remove GitHub-specific project plumbing
This commit is contained in:
parent
895cb608c0
commit
0181de2563
7 changed files with 13 additions and 62 deletions
|
|
@ -298,7 +298,7 @@ def _build_parser() -> argparse.ArgumentParser:
|
|||
"""
|
||||
Examples:
|
||||
pyro run debian:12 -- git --version
|
||||
pyro run debian:12 --network -- git ls-remote https://github.com/octocat/Hello-World.git
|
||||
pyro run debian:12 --network -- python3 -c "import urllib.request as u; print(u.urlopen('https://example.com').status)"
|
||||
|
||||
The guest command output and the [run] summary are written to different
|
||||
streams, so they may appear in either order. Use --json for a deterministic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue