just 0.5.7

🤖 Just a command runner
Documentation
use crate::common::*;

pub(crate) trait Error: Display {
  fn code(&self) -> i32 {
    EXIT_FAILURE
  }
}