nushell/crates/nu-protocol/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
..
ast Change string contains operators to regex (#5117) 2022-04-07 18:23:14 +12:00
engine Improve describe to be more accurate (#5116) 2022-04-07 16:34:09 +12:00
value Change string contains operators to regex (#5117) 2022-04-07 18:23:14 +12:00
config.rs allow record as text style (#5092) 2022-04-04 22:36:48 +01:00
example.rs Start support for commandline args to nu itself (#851) 2022-01-27 01:42:39 +11:00
exportable.rs Add export alias and export extern (#4878) 2022-03-20 07:58:01 +13:00
id.rs Hide alias (#4432) 2022-02-12 11:50:37 +02:00
lib.rs Add support for var decl spans (#4787) 2022-03-09 04:42:19 -05:00
overlay.rs Add export alias and export extern (#4878) 2022-03-20 07:58:01 +13:00
pipeline_data.rs Fix for loop ctrlc not terminating (#5003) 2022-03-28 19:13:43 +13:00
shell_error.rs Implement rest of touch flags (#5119) 2022-04-07 06:44:05 -05:00
signature.rs Allow open to work with 'from ...' block commands (#5049) 2022-04-02 07:52:32 +13:00
span.rs Default values (#4770) 2022-03-07 15:08:56 -05:00
syntax_shape.rs Improve describe to be more accurate (#5116) 2022-04-07 16:34:09 +12:00
ty.rs Improve describe to be more accurate (#5116) 2022-04-07 16:34:09 +12:00
variable.rs Add support for var decl spans (#4787) 2022-03-09 04:42:19 -05:00