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

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

View File

@@ -7,10 +7,9 @@ from collections.abc import Callable, Iterable
from types import ModuleType
from typing import Any
from clan_lib.cmd import run
from clan_lib.nix import nix_eval
from .cmd import run
"""
This module provides dynamic completions.
The completions should feel fast.