/// ["", "-vv", "--match-files", "zork_linux.toml", "--root", ".", "--clear-cache", "--driver-path", "/usr/bin/clang-15/clang++", "--targets", "executable,tests", "test"]
/// assert_eq!(parser.command, Command::New{name: "example".to_owned(), git: true, compiler: CppCompiler::CLANG, template: TemplateValues::PARTITIONS});
long_about = "Zork++ is a project of Zero Day Code. Find us: https://github.com/zerodaycode/Zork"
#[arg(short, long, action = clap::ArgAction::Count, help = "Zork++ maximum allowed verbosity level is: '-vv'")]
help = "The name of the targets that Zork++ must take in consideration for the current invokation",
help = "Filters between the Zork++ configuration files for the project, taking only the ones that contains in their name the value passed in"
/// [`CppCompiler`] The C++ compilers available within Zork++ as a command line argument for the `new` argument