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);