Add cal command (#1739)

* Add cal command

* Fix docmentation to show commands on two lines

* Use bullet points on flag documentation for cal

* Dereference day before calling string method

* Silence Clippy warning regarding a function with too many arguments

* Update cal flag descriptions and documentation

* Add some tests for the cal command
This commit is contained in:
Joseph T. Lyons
2020-05-09 19:05:48 -04:00
committed by GitHub
parent 0f0847e45b
commit f5e03aaf1c
6 changed files with 492 additions and 0 deletions

View File

@ -1,5 +1,6 @@
mod alias;
mod append;
mod cal;
mod calc;
mod cd;
mod compact;