This commit is contained in:
2026-02-13 09:57:38 +02:00
parent e35f9651c1
commit 1217337fbb
20 changed files with 867 additions and 65 deletions

View File

@@ -55,6 +55,7 @@ def test_dotfiles_help():
assert "unlink" in result.stdout
assert "status" in result.stdout
assert "sync" in result.stdout
assert "repo" in result.stdout
def test_bootstrap_help():
@@ -66,6 +67,7 @@ def test_bootstrap_help():
assert "run" in result.stdout
assert "list" in result.stdout
assert "show" in result.stdout
assert "packages" in result.stdout
def test_package_help():