nushell/crates/nu-command/src
Robert Broketa 690ec9abfa
Implement rest of touch flags (#5119)
* Add timestamp flag to `touch` command

* Add modify flag to `touch` command

* Add date flag to `touch` command

* Remove unnecessary `touch` test and fix tests setups

* Change `touch` flags descriptions

* Update `touch` example

* Add reference flag to `touch` command

* Add access flag to `touch` command

* Add no-create flag to `touch` command

* Replace `unwrap` with `expect`
2022-04-07 06:44:05 -05:00
..
conversions CantConvert improvements (#4926) 2022-03-24 07:04:31 -05:00
core_commands Add search terms to many commands (#5096) 2022-04-05 07:01:21 -05:00
dataframe Change string contains operators to regex (#5117) 2022-04-07 18:23:14 +12:00
date Add 'date to-record' (#5058) 2022-04-01 21:09:30 +13:00
deprecated Add insert and update back (#4864) 2022-03-18 06:55:02 +13:00
env Fix load-env unsupported input error message (#5039) 2022-04-01 10:59:04 +13:00
experimental Add search terms to Command and Signature (#4980) 2022-03-27 22:25:30 +03:00
filesystem Implement rest of touch flags (#5119) 2022-04-07 06:44:05 -05:00
filters enables find to search records with regex (#5100) 2022-04-05 12:26:11 -05:00
formats Add unary not (#5111) 2022-04-07 07:10:25 +12:00
generators Try again with math-like externals (#4629) 2022-02-24 14:02:28 -05:00
hash Fix some examples and regenerate docs, should fix: #4455 (#4639) 2022-02-25 08:14:15 -05:00
math Fix for loop ctrlc not terminating (#5003) 2022-03-28 19:13:43 +13:00
network Add search terms to Command and Signature (#4980) 2022-03-27 22:25:30 +03:00
path Fix path join on streams (#4959) 2022-03-26 07:46:48 +13:00
platform Trim newline from input results (#5097) 2022-04-05 12:52:09 -05:00
random Another batch of command tests (#4496) 2022-02-16 07:38:02 -05:00
shells Experiment: Allow both $true/true and $false/false (#4696) 2022-03-02 19:55:03 -05:00
strings Fix Format for non-basic data types (#5095) 2022-04-05 07:45:38 -05:00
system Clean up which/which-support Cargo feature (#5019) 2022-03-29 06:10:43 -05:00
viewers Add search terms to many commands (#5096) 2022-04-05 07:01:21 -05:00
default_context.rs new glob command (#5087) 2022-04-05 08:45:01 +12:00
example_test.rs Add an alias denylist for expansions (#4871) 2022-03-19 08:03:57 +13:00
lib.rs deprecated commands (#4405) 2022-02-10 12:55:19 +00:00