Support for specifying the URL on the command line

This commit is contained in:
Anthony Oteri
2023-09-21 15:34:19 -04:00
parent 4ccec7b1c8
commit 535e08e9bb
5 changed files with 48 additions and 74 deletions
+4
View File
@@ -28,6 +28,10 @@ pub enum DredgeError {
/// An error communicating with the Registry API
#[error(transparent)]
ApiError(#[from] ApiError),
/// An error building the registry URL
#[error("Error determining registry URL from {0}")]
RegistryUrlError(String),
}
/// An error related to the configuration fo the program.