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
$ bibcop -i --fix a.bib Cannot open file: -i
The text was updated successfully, but these errors were encountered:
It looks like bibcop.pl accepts anything that doesn't start with two dashes as a file name
https://github.com/yegor256/bibcop/blob/master/bibcop.pl#L834
Perhaps change it to one dash?
my ($file) = grep { not($_ =~ /^-.*$/) } @ARGV;
Sorry, something went wrong.
@oylenshpeegul indeed, the fix is simple, but we should also write a unit test for it. If you can make a pull request, I will appreciate!
Add test and patch for yegor256#40
40e8f47
fixed
No branches or pull requests
The text was updated successfully, but these errors were encountered: