clan-cli: clan_cli.cmd -> clan_lib.cmd

This commit is contained in:
lassulus
2025-05-19 19:07:24 +02:00
parent b10682c7f7
commit 1df5dfe6d3
41 changed files with 44 additions and 52 deletions

View File

@@ -2,10 +2,9 @@ import os
import shutil
from pathlib import Path
from clan_lib.cmd import Log, RunOpts, run
from clan_lib.nix import nix_shell
from clan_cli.cmd import Log, RunOpts, run
_works: bool | None = None