Some cleanups
- Remove unused errors. - Add doc comments.
This commit is contained in:
+2
-2
@@ -14,8 +14,8 @@ pub mod local;
|
||||
pub enum CommandError {
|
||||
#[error("Certificate not found: {0}")]
|
||||
CertNotFound(Fingerprint),
|
||||
#[error("List of domains is empty")]
|
||||
DomainListEmpty,
|
||||
#[error("Certificate not usable: {0}")]
|
||||
CertNotUsable(Fingerprint),
|
||||
}
|
||||
|
||||
pub async fn dispatch(cli: CliArgs, config: HuskConfigContainer) -> Result<()> {
|
||||
|
||||
Reference in New Issue
Block a user