git-next/crates/config/src/repo_alias.rs

8 lines
186 B
Rust
Raw Normal View History

use derive_more::Display;
use crate::newtype;
// The alias of a repo
// This is the alias for the repo within `git-next-server.toml`
newtype!(RepoAlias is a String, Display, Default);