We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It doesn't seem to split suggestions at prefix '/' boundaries.
E.g. with
bucket / pfx1 / pfx11 / file111 / file112 / pfx12 / pfx2
typing s3ls s3://bucket/pfx<TAB> will give me e.g. s3ls s3://bucket/pfx1/pfx11/file1 instead of suggesting
s3ls s3://bucket/pfx<TAB>
s3ls s3://bucket/pfx1/pfx11/file1
s3://bucket/pfx1 s3://bucket/pfx2
The text was updated successfully, but these errors were encountered:
See my comments on issue #16.
Sorry, something went wrong.
No branches or pull requests
It doesn't seem to split suggestions at prefix '/' boundaries.
E.g. with
typing
s3ls s3://bucket/pfx<TAB>
will give me e.g.
s3ls s3://bucket/pfx1/pfx11/file1
instead of suggesting
The text was updated successfully, but these errors were encountered: