Add a new- prefix to base64 commands

This commit is contained in:
Andrej Kolchin 2024-08-01 15:32:28 +03:00
parent 7cc0096808
commit a4414e41ec

View File

@ -38,7 +38,7 @@ pub struct DecodeBase64;
impl Command for DecodeBase64 { impl Command for DecodeBase64 {
fn name(&self) -> &str { fn name(&self) -> &str {
"decode base64" "decode new-base64"
} }
fn signature(&self) -> Signature { fn signature(&self) -> Signature {
@ -109,7 +109,7 @@ pub struct EncodeBase64;
impl Command for EncodeBase64 { impl Command for EncodeBase64 {
fn name(&self) -> &str { fn name(&self) -> &str {
"encode base64" "encode new-base64"
} }
fn signature(&self) -> Signature { fn signature(&self) -> Signature {