1 2 3 4 5 6
use crate::helpers::TestCase; #[test] fn help() { TestCase::new(file!()).run("release --help"); }