peak / s5cmd

Parallel S3 and local filesystem execution tool.
MIT License
2.72k stars 243 forks source link

command: update misleading help descriptions #581

Closed denizsurmeli closed 1 year ago

denizsurmeli commented 1 year ago

This PR updates the help messages for the commands that takes arguments containing wildcards. Since the expansion of wildcards are evaluated by the shell and not by the s5cmd beforehand, there is no way for app to prevent the expansion. We urge users to consider escaping from globbing by wrapping the related argument to quotes. Obviously, the escaping method can be different for every shell implementation.

Fixes #555

igungor commented 1 year ago

@denizsurmeli congrats on your first PR!

We try to use Fixes #ISSUE_NO in a separate line, usually after the PR/commit description. Please check out https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword.