eth-cscs / manta

Another CLI for Alps
https://eth-cscs.github.io/manta/
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

FEAT: Create meaningful exit/status codes #64

Open Masber opened 5 months ago

Masber commented 5 months ago

Currently, manta only returns 0 is it ends successfully or 1 if it fails, it would be useful to define a set of exit/status codes with different meanings (eg exit code 10 means no entities found, exit code 15 pod related to a CFS session could not be found, etc)