nushell/crates/nu-cli/tests
utam0k 7702d683c7
Allow the calculation of bytes and int. (#2160)
* Allow the calculation of bytes and int.

* fix clippy.

* minimal implement the into_into command.

* Revert "fix clippy."

This reverts commit 0d7cf72ed2.

* Revert "Allow the calculation of bytes and int."

This reverts commit 9c4e3787f5.

* set the argument to any type.

* if the argument is an int, return it with no change in value.

* add tests for into-int command.

* fix a faild test.
2020-08-27 17:44:18 +12:00
..
commands Allow the calculation of bytes and int. (#2160) 2020-08-27 17:44:18 +12:00
format_conversions Renamed time units (#2356) 2020-08-16 07:03:28 +12:00
main.rs Add (near) automatic testing for command examples (#1777) 2020-05-18 08:56:01 -04:00