mirror of
https://github.com/nushell/nushell
synced 2025-01-19 00:24:10 +00:00
c3da44cbb7
# Description The `char` command can panic due to a failed `expect`: `char --integer ...[77 78 79]` This PR fixes the panic for the `--integer` flag and also the `--unicode` flag. # After Submitting Check other commands and places where similar bugs can occur due to usages of `Call::positional_nth` and related methods. |
||
---|---|---|
.. | ||
encode_decode | ||
format | ||
split | ||
str_ | ||
char_.rs | ||
detect_columns.rs | ||
guess_width.rs | ||
mod.rs | ||
parse.rs |