molovol / MoloVol

MoloVol is a free, cross-plattform, scientific software for volume and surface computations of single molecules and crystallographic unit cells.
https://molovol.com
MIT License
22 stars 4 forks source link

Cli errormsg #122

Closed jmaglic closed 2 years ago

jmaglic commented 2 years ago

Improves error messages displayed when using the CLI, in case there are any required command line arguments missing. Previously, the missing arguments would not be explicitly named. With this change, a list of missing command line arguments are returned as part of the error message.

Resolves: #118