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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The following fails, when it should just add a file to the directory: ./fatboy test.bin mkdir a ./fatboy test.bin add fatboy a
this also fails: ./fatboy test.bin add fatboy a/
this does what's expected: ./fatboy test.bin add fatboy a/fatboy
We should detect these errors, check if the target is a directory, and auto-fix the parameters to make it work.
The text was updated successfully, but these errors were encountered:
John-K
No branches or pull requests
The following fails, when it should just add a file to the directory:
./fatboy test.bin mkdir a
./fatboy test.bin add fatboy a
this also fails:
./fatboy test.bin add fatboy a/
this does what's expected:
./fatboy test.bin add fatboy a/fatboy
We should detect these errors, check if the target is a directory, and auto-fix the parameters to make it work.
The text was updated successfully, but these errors were encountered: