forked from extern/nushell
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
@ -32,6 +32,7 @@ pub fn create_default_context() -> EngineState {
|
||||
Append,
|
||||
Benchmark,
|
||||
BuildString,
|
||||
Cal,
|
||||
Cd,
|
||||
Clear,
|
||||
Collect,
|
||||
|
Reference in New Issue
Block a user