Add bits or and bits xor command (#6190)

This commit is contained in:
Justin Ma
2022-07-31 02:26:37 +08:00
committed by GitHub
parent 0e2c888f73
commit 6a4eabf5c7
6 changed files with 238 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ impl Command for SubCommand {
}
fn usage(&self) -> &str {
"performs logical negation on each bit"
"Performs logical negation on each bit"
}
fn search_terms(&self) -> Vec<&str> {