7 lines
185 B
Rust
7 lines
185 B
Rust
use derive_more::Display;
|
|
|
|
use crate::newtype;
|
|
|
|
newtype!(RepoAlias: String, Display, Default: r#"The alias of a repo.
|
|
|
|
This is the alias for the repo within `git-next-server.toml`."#);
|