mirror of
https://github.com/nushell/nushell.git
synced 2025-05-29 06:17:54 +02:00
* Allow the calculation of bytes and int. * fix clippy. * minimal implement the into_into command. * Revert "fix clippy." This reverts commit 0d7cf72ed2413aab61670ed05906df060fbc2fa2. * Revert "Allow the calculation of bytes and int." This reverts commit 9c4e3787f59dafc6b629e4c3bcd3d0ac372e982e. * 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.