Notes, improve args, some UX

This commit is contained in:
2026-04-07 18:13:03 +02:00
parent 6ebae74f93
commit 6e497fdfd2
8 changed files with 80 additions and 17 deletions

13
commands/util/diff.py Normal file
View File

@@ -0,0 +1,13 @@
from typing import List
def compute_diff(paths: List[str]):
pass
def file_diff(path: str):
pass
def pkg_diff():
pass