mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 13:49:06 +02:00
Cal command (#429)
* Add calendar (cal) command * Move options into arguments to avoid clippy warnings * Remove commented line * Fix formatting issues * Fix clippy warning
This commit is contained in:
committed by
GitHub
parent
82aa84706e
commit
c6aff972da
@ -1,3 +1,4 @@
|
||||
mod calendar;
|
||||
mod conversions;
|
||||
mod core_commands;
|
||||
mod date;
|
||||
@ -18,7 +19,7 @@ mod viewers;
|
||||
|
||||
#[cfg(feature = "dataframe")]
|
||||
mod dataframe;
|
||||
|
||||
pub use calendar::*;
|
||||
pub use conversions::*;
|
||||
pub use core_commands::*;
|
||||
pub use date::*;
|
||||
|
Reference in New Issue
Block a user