exa/src/bin
Laurent Arnoud 8b61a3a0f2
Exit with a non-zero status on error
With `ls` from Debian coreutils 8.26-2

```
ls /bad/path
echo $? # => 2
```

Reproduced same behaviour with exa

Fix https://github.com/ogham/exa/issues/135
2017-04-01 00:10:49 +02:00
..
main.rs Exit with a non-zero status on error 2017-04-01 00:10:49 +02:00