Running inspect with no arguments causes an exception, should print usage message
Open
- Dominant language
- C++
- Stars
- 9
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
Running the inspect tool without arguments from the boost root project folder terminates with an exception on my computer.
```
libc++abi.dylib: terminating with uncaught exception of type std::__1::basic_string, std::__1::allocator >
Abort trap: 6
```
The expected behavior is to print the usage message.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.