mk 0.7.10

Yet another simple task runner 🦀
Documentation
1
2
3
4
5
6
#[test]
fn test_readme_1() -> anyhow::Result<()> {
  trycmd::TestCases::new().case("README.md");

  Ok(())
}