mirror of
https://github.com/anthonyoteri/dredge.git
synced 2026-06-05 23:36:53 -04:00
Support for specifying the URL on the command line
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user