Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

command: update misleading help descriptions #581

Merged
merged 2 commits into from
Jul 10, 2023

Conversation

denizsurmeli
Copy link
Contributor

@denizsurmeli denizsurmeli commented Jul 3, 2023

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

@denizsurmeli denizsurmeli requested a review from a team as a code owner July 3, 2023 14:32
@denizsurmeli denizsurmeli requested review from igungor and seruman and removed request for a team July 3, 2023 14:32
@igungor
Copy link
Member

igungor commented Jul 6, 2023

@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.

@seruman seruman changed the title fix: update misleading help descriptions command: update misleading help descriptions Jul 10, 2023
@seruman seruman merged commit 2487d6f into peak:master Jul 10, 2023
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

s5cmd help is misleading
4 participants