feat(remote): list remote with verbose option

This commit is contained in:
grimhilt
2024-03-01 15:35:38 +01:00
parent 8ed86a05ea
commit d8b2116aeb
4 changed files with 82 additions and 17 deletions

View File

@@ -114,6 +114,13 @@ pub fn nextsync() -> PathBuf {
path
}
pub fn config() -> PathBuf {
let mut path = repo_root();
path.push(".nextsync");
path.push("config");
path
}
pub fn objects() -> PathBuf {
let mut path = repo_root();
path.push(".nextsync");