git-next/crates/config/src/repo_alias.rs
Paul Campbell 717cc8b0bc
Some checks failed
ci/woodpecker/push/tag-created Pipeline is pending
ci/woodpecker/push/cron-docker-builder Pipeline was successful
Rust / build (push) Has been cancelled
ci/woodpecker/push/push-next Pipeline was successful
refactor: update macro signatures and add documentation support
2024-06-29 18:26:19 +01:00

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