nils-plan-tooling 0.5.3

CLI crate for nils-plan-tooling in the nils-cli workspace.
Documentation
1
2
3
4
5
6
use nils_common::git as common_git;
use std::path::PathBuf;

pub fn detect() -> PathBuf {
    common_git::repo_root_or_cwd()
}