Notes, improve args, some UX
This commit is contained in:
13
commands/util/diff.py
Normal file
13
commands/util/diff.py
Normal 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
|
||||
Reference in New Issue
Block a user