knope 0.22.0

A command line tool for automating common development tasks
1
2
3
4
5
6
use crate::helpers::TestCase;

#[test]
fn get_version() {
    TestCase::new(file!()).run("get-version");
}