docs: explain download zip usage

This commit is contained in:
thePR0M3TH3AN
2025-06-21 11:19:17 -04:00
parent 1e8cd9c944
commit 379a62c78c
3 changed files with 15 additions and 3 deletions

View File

@@ -22,7 +22,6 @@ def _setup_tmp(monkeypatch, tmp_path):
return repo_root
def test_help(capsys):
with pytest.raises(SystemExit):
cli.main(["-h"])
@@ -102,4 +101,3 @@ def test_build_download_zip(tmp_path, monkeypatch):
cli.main(["build", "--download", str(zip_path)])
dest = tmp_path / "host" / subdomain / "download" / "download.zip"
assert dest.is_file()