pretty-exec-lib 0.5.0

Print a command and then execute it
Documentation
1
2
3
4
5
6
7
use super::super::app::args::Args;
use clap_utilities::CommandFactoryExtra;
use std::process::ExitCode;

pub fn main() -> ExitCode {
    Args::run_completion_generator()
}