1 2 3 4 5 6 7
use resticular::cli; use resticular::error::Error; fn main() -> Result<(), Error> { cli::start() }