forked from extern/nushell
Add bits or
and bits xor
command (#6190)
This commit is contained in:
@@ -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> {
|
||||
|
Reference in New Issue
Block a user