feat: implement convert command
This commit is contained in:
@@ -41,3 +41,7 @@ pub enum Error {
|
||||
keyword_spend = "spend".if_supports_color(Stdout, |s| s.purple())))]
|
||||
ParameterizedValidator { n: usize },
|
||||
}
|
||||
|
||||
unsafe impl Send for Error {}
|
||||
|
||||
unsafe impl Sync for Error {}
|
||||
|
||||
Reference in New Issue
Block a user