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
Hello,
Not sure if it is only here, but I can't upload any file if there is a space in the folder.
I've tried things as:
/upload "/home/bruno/my folder/image.png"
/upload /home/bruno/my\ folder/image.png
And I've also trying using autocomplete, with a very weird behaviour:
/upload /home/bruno/my<TAB>
/upload /home/bruno/my folder/
/upload /home/bruno/my /home/bruno/my folder/image.png
Thanks, Bruno
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Not sure if it is only here, but I can't upload any file if there is a space in the folder.
I've tried things as:
/upload "/home/bruno/my folder/image.png"
/upload /home/bruno/my\ folder/image.png
And I've also trying using autocomplete, with a very weird behaviour:
/upload /home/bruno/my<TAB>
was autocompleted to/upload /home/bruno/my folder/
;/upload /home/bruno/my /home/bruno/my folder/image.png
Thanks,
Bruno
The text was updated successfully, but these errors were encountered: