`dotnet-symbol` always exits with success code
Open
symstore
up-for-grabs
- Dominant language
- C++
- Stars
- 1.3k
- Forks
- 404
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 35
Description
The exit code of `dotnet-symbol` should be non-zero when it encounters an error. Example:
```
$ cat /foo/bar
cat: /foo/bar: No such file or directory
$ echo $?
1
$ dotnet symbol --symbols /foo/bar
Downloading from http://msdl.microsoft.com/download/symbols/
ERROR: Could not find a part of the path '/foo'.
$ echo $?
0
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.