Ian Manske c3da44cbb7
Fix char panic (#12867)
# 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.
2024-05-14 21:10:06 +00:00
..
2024-04-24 15:46:35 +00:00
2024-05-05 16:00:59 +00:00
2024-05-14 21:10:06 +00:00
2024-05-05 16:00:59 +00:00
2024-03-26 21:17:30 +00:00
2024-05-08 06:50:58 -05:00