Merge pull request 'pkgs/cli/lib: Remove obsolete clan creation function' (#4532) from kenji/ke-add-computed-directory into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4532
This commit is contained in:
@@ -102,18 +102,6 @@ def get_clan_directories(flake: Flake) -> tuple[str, str]:
|
|||||||
raise ClanError(msg) from e
|
raise ClanError(msg) from e
|
||||||
|
|
||||||
|
|
||||||
# TODO: Implement create_clan_directory function for interactive directory creation
|
|
||||||
def create_clan_directory() -> None:
|
|
||||||
"""
|
|
||||||
TODO: Create a new clan directory interactively.
|
|
||||||
|
|
||||||
This function should provide an interactive interface for creating
|
|
||||||
new clan directories with proper initialization.
|
|
||||||
"""
|
|
||||||
msg = "create_clan_directory() is not implemented yet"
|
|
||||||
raise NotImplementedError(msg)
|
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
class BlkInfo:
|
class BlkInfo:
|
||||||
name: str
|
name: str
|
||||||
|
|||||||
Reference in New Issue
Block a user