continuing refactor

This commit is contained in:
2026-05-03 21:20:05 -07:00
parent 77cab1bd27
commit 5534812426
50 changed files with 1004 additions and 428 deletions
+1 -1
View File
@@ -335,7 +335,7 @@ def main(argv: Optional[List[str]] = None) -> int:
# expand it into argv tokens (PowerShell commonly encourages quoting strings).
#
# Examples:
# mm "download-file <url> | add-tag 'x' | add-file -store local"
# mm "download-file <url> | add-tag 'x' | add-file -instance local"
# mm "download-file '<url>' -query 'format:720' -path 'C:\\out'"
if len(clean_args) == 1:
single = clean_args[0]