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

Don't stop on error #27

Closed
AlexArgoAi opened this issue May 1, 2018 · 2 comments
Closed

Don't stop on error #27

AlexArgoAi opened this issue May 1, 2018 · 2 comments
Labels
feature-request New feature or request

Comments

@AlexArgoAi
Copy link

When attempting to print a directory, an error is returned. ([bat error]: Is a directory (os error 21)).
It would be nice if, when given multiple files, bat would then just move on to the next file.

To reproduce:

$ mkdir foo_dir
$ echo foo > foo_file
$ cat * 2> /dev/null
foo
$ bat * 2> /dev/null
$
@sharkdp
Copy link
Owner

sharkdp commented May 1, 2018

This seems to be a slightly different instantiation of #17. Thanks for reporting.

@sharkdp sharkdp added the feature-request New feature or request label May 1, 2018
@sharkdp
Copy link
Owner

sharkdp commented May 2, 2018

Closing this in favor of #17.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants