shellrhythm/shellrhythm-cli

Editor: Metadata window doesn't round up and selecting an unknown option causes a crash.

TheNachoBIT opened this issue · 1 comments

When accessing the Metadata, the list doesn't round up and tries to access unknown options if you continue going down.

imagen

Pressing Enter in this stage causes an index out of range error, resulting a crash:

imagen

you're never gonna believe it
it's actually because the options limit is set to index 4 (but it's 0-indexed)

Fixed in next commit