nushell/crates/nu-command
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
..
assets Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00
src Implement rest of touch flags (#5119) 2022-04-07 06:44:05 -05:00
tests Implement rest of touch flags (#5119) 2022-04-07 06:44:05 -05:00
build.rs Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00
Cargo.toml Implement rest of touch flags (#5119) 2022-04-07 06:44:05 -05:00