adpllc / altruistic-angelshark

This project makes automating over one or more Communication Managers easier via OSSI over SSH.
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

With no subcommands, runner and OSSI errors aren't printed #2

Closed 53hornet closed 2 years ago

53hornet commented 2 years ago

https://github.com/adpllc/altruistic-angelshark/blob/9a940e64d55c4144fb65c702241eeac99a426bd1/angelsharkcli/src/main.rs#L142

This line is the culprit. The format string should include the provided error. This should also apply to the runner eprintln a few lines above.