How to get diff of a directory with batdiff?
Open
batdiff
bug
pending closure
- Dominant language
- Shell
- Stars
- 1.6k
- Forks
- 95
- PR merge metrics
- No merged PRs in 30d
Description
In git, I have some modified file in a directory, then I can get all the diff of all the files.
```sh
git diff dir/
git diff .
```
But doesn't work with batdiff.
```
batdiff .
[bat error]: '.' is a directory.
```
Is it possible to achieve the same thing with batdiff?
Thanks in advance.
Contributor guide
Assessment
This issue has not been assessed yet.