nushell/crates/nu-cli/src
Joseph T. Lyons 353b33be1b
Add support to allow the week day start in cal to be configured via a flag (#1996)
* Add support to allow the week day start in cal to be configurable

* Fix variable name

* Use a flag instead of a configuration setting for specifying the starting day of the week
2020-06-19 05:34:51 +12:00
..
commands Add support to allow the week day start in cal to be configured via a flag (#1996) 2020-06-19 05:34:51 +12:00
data 1882-Add min, max in addition to average for acting lists (#1969) 2020-06-14 09:49:57 +12:00
env Remove unused pattern matched tag fields. 2020-06-17 13:34:17 -05:00
evaluate Allow echo to iterate ranges (#1905) 2020-05-28 06:07:53 +12:00
format Add space to bottom of table in 'light' mode (#1871) 2020-05-22 21:12:26 -04:00
shell Last batch of removing async_stream (#1983) 2020-06-15 09:00:42 +12:00
stream Another batch of removing async_stream (#1981) 2020-06-14 11:54:35 +12:00
utils Refactoring and more split-by flexibility. 2020-06-17 13:34:17 -05:00
cli.rs Refactoring and more group-by flexibility. 2020-06-17 13:34:17 -05:00
commands.rs Add 'every' command to select (or skip) every nth row (#1992) 2020-06-17 07:58:41 +12:00
context.rs Batch of moving commands off async_stream #3 (#1919) 2020-05-31 06:31:50 +12:00
data.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
deserializer.rs It expansion (#1668) 2020-04-27 14:04:54 +12:00
env.rs WIP: Per directory env-variables (#1943) 2020-06-08 19:55:25 +12:00
examples.rs 1882-Add min, max in addition to average for acting lists (#1969) 2020-06-14 09:49:57 +12:00
format.rs some minor improvements and removing dead code (#1563) 2020-04-10 07:48:10 +12:00
futures.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
git.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
lib.rs Pub expose InterruptibleStream and InputStream. (#1952) 2020-06-09 05:17:19 +12:00
path.rs Fix cd'ing to symlinked directories (#1651) 2020-04-25 18:09:00 +12:00
prelude.rs Last batch of removing async_stream (#1983) 2020-06-15 09:00:42 +12:00
shell.rs create Palette trait (#1813) 2020-05-18 05:48:57 +12:00
utils.rs Remove test-bins feature. 2020-05-17 23:32:55 -05:00