1
2
3
4
5
6
7
use derive_more::Display;

use crate::newtype;

newtype!(RepoAlias: String, Display, Default, PartialOrd, Ord: r#"The alias of a repo.

This is the alias for the repo within `git-next-server.toml`."#);