Closed denizsurmeli closed 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.
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