syntax revamp

This commit is contained in:
2026-05-24 12:32:57 -07:00
parent 6c0a1b4415
commit 5041d9fbb9
20 changed files with 1512 additions and 1060 deletions
+2 -2
View File
@@ -75,8 +75,8 @@ def build_default_selection(
except Exception:
resolved_path = path_text
args = ["-path", resolved_path]
return args, ["get-file", "-path", resolved_path]
args = [resolved_path]
return args, ["download-file", resolved_path]
return hash_args, hash_action