pub fn run_link(path_str: &str, quiet: bool) -> Result<()>Expand description
Run the link command — register a Git repository.
quiet is what the global Git hook passes. In that mode nothing is printed and a
repository whose .devprune.json sets disable_hooks is left unregistered — that
flag exists precisely to keep the hook out of a specific workspace.