nushell/crates/nu-command
pwygab 01a00641f9
Allow input to take a specified number of characters (#9242)
# 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.
-->
2023-05-19 15:28:35 -05:00
..
assets refactor html module (#5246) 2022-04-20 08:50:14 -05:00
src Allow input to take a specified number of characters (#9242) 2023-05-19 15:28:35 -05:00
tests Removes unnecessary cwd and pipeline from various tests (#9202) 2023-05-17 18:55:26 -05:00
Cargo.toml move dataframe commands to nu-cmd-dataframe (#9241) 2023-05-19 10:56:08 -07:00
LICENSE Fix rest of license year ranges (#8727) 2023-04-04 09:03:29 +12:00