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

8 lines
202 B
Rust
Raw Normal View History

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`."#);