continuing refactor
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user