mirror of
https://github.com/nushell/nushell.git
synced 2025-04-10 14:08:40 +02:00
# Description Title; fixes #9208. # User-Facing Changes `input` now can specify a certain number of characters to read. # Tests + Formatting No CI tests; can't find a way to implement. ``` ~/CodingProjects/nushell> let user_input = (input --numchar 2) ~/CodingProjects/nushell> echo $user_input te ``` # After Submitting <!-- If your PR had any user-facing changes, update [the documentation](https://github.com/nushell/nushell.github.io) after the PR is merged, if necessary. This will help us keep the docs up to date. --> |
||
---|---|---|
.. | ||
ansi | ||
input | ||
clear.rs | ||
dir_info.rs | ||
du.rs | ||
kill.rs | ||
mod.rs | ||
sleep.rs | ||
term_size.rs |