mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 07:43:39 +02:00
Implement histogram command (#5518)
* finish histogram * adjust comment * add test for histogram * add Date to test * move hashable value back inside chart package
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
mod charting;
|
||||
mod conversions;
|
||||
mod core_commands;
|
||||
mod date;
|
||||
@ -21,6 +22,7 @@ mod strings;
|
||||
mod system;
|
||||
mod viewers;
|
||||
|
||||
pub use charting::*;
|
||||
pub use conversions::*;
|
||||
pub use core_commands::*;
|
||||
pub use date::*;
|
||||
|
Reference in New Issue
Block a user