refactoring cm-cli.py based on typer

fix: git_helper - --pip-non-url isn't working properly
This commit is contained in:
Dr.Lt.Data
2024-05-15 13:08:43 +09:00
parent 9bf918b103
commit 9b5a2530fd
4 changed files with 642 additions and 367 deletions

View File

@@ -336,7 +336,7 @@ def restore_pip_snapshot(pips, options):
non_local_url = []
for k, v in pips.items():
if v == "":
non_url.append(v)
non_url.append(k)
else:
if v.startswith('file:'):
local_url.append(v)