BiBiServ / bibigrid

BiBiGrid is a tool for an easy cluster setup inside a cloud environment.
Apache License 2.0
11 stars 8 forks source link

Rework command line interpreter #419

Closed XaverStiensmeier closed 1 year ago

XaverStiensmeier commented 1 year ago

Currently, the command line interpreter is not checking all command line arguments, but the program does later instead. This is due to the implementation problems in regards to "conditional required command line arguments". However, there seems to be a simple solution for this that should be implemented.