1 2 3 4 5 6 7
use clap::Parser; use nyar_error::NyarError; use vcc::{Valor}; fn main() -> Result<(), NyarError> { Valor::parse().run() }