nushell/crates/nu-cli/src
Joseph T. Lyons f5e03aaf1c
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
2020-05-10 11:05:48 +12:00
..
commands Add cal command (#1739) 2020-05-10 11:05:48 +12:00
data Fix column bugs associated with previous refactoring (#1705) 2020-05-04 14:58:11 +12:00
env Rows and values can be checked for emptiness. Allows to set a value if desired. (#1665) 2020-04-26 12:30:52 -05:00
evaluate Add with-env command (#1717) 2020-05-06 15:56:31 +12:00
format Add config to disable table index column (#1623) 2020-04-21 18:09:22 +12:00
shell Display either dir metadata size or dir apparent size in ls (#1696) 2020-05-03 17:09:17 +12:00
stream Move external closer to internal (#1611) 2020-04-20 15:30:44 +12:00
utils Make grouping more flexible. (#1741) 2020-05-09 12:15:47 -05:00
cli.rs Add cal command (#1739) 2020-05-10 11:05:48 +12:00
commands.rs Add cal command (#1739) 2020-05-10 11:05:48 +12:00
context.rs Add with-env command (#1717) 2020-05-06 15:56:31 +12:00
data.rs
deserializer.rs It expansion (#1668) 2020-04-27 14:04:54 +12:00
env.rs
format.rs some minor improvements and removing dead code (#1563) 2020-04-10 07:48:10 +12:00
futures.rs
git.rs
lib.rs Add alias support to scripts and -c (#1593) 2020-04-16 05:50:35 +12:00
path.rs Fix cd'ing to symlinked directories (#1651) 2020-04-25 18:09:00 +12:00
prelude.rs It expansion (#1668) 2020-04-27 14:04:54 +12:00
shell.rs
utils.rs Make grouping more flexible. (#1741) 2020-05-09 12:15:47 -05:00