Function current_repo_workdir_name

Source
pub fn current_repo_workdir_name() -> Option<String>
Expand description

Returns the working-directory name of the Git repository at the current path.

Discovers the repository from the current directory (./) and returns its working-directory basename via repo_workdir_name. Returns None when no repository can be discovered.