mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 13:49:06 +02:00
Port hash
, hash md5
and hash sha256
commands (#464)
`hash` by itself is only printing the help message. The other two are simply using the same generic implementation.
This commit is contained in:
@ -9,6 +9,7 @@ mod experimental;
|
||||
mod filesystem;
|
||||
mod filters;
|
||||
mod formats;
|
||||
mod hash;
|
||||
mod math;
|
||||
mod network;
|
||||
mod platform;
|
||||
@ -29,6 +30,7 @@ pub use experimental::*;
|
||||
pub use filesystem::*;
|
||||
pub use filters::*;
|
||||
pub use formats::*;
|
||||
pub use hash::*;
|
||||
pub use math::*;
|
||||
pub use network::*;
|
||||
pub use platform::*;
|
||||
|
Reference in New Issue
Block a user