tarkah / tickrs

Realtime ticker data in your terminal 📈
MIT License
1.17k stars 58 forks source link

bug fix - unsafe slice index #19

Closed tarkah closed 3 years ago

tarkah commented 3 years ago

resolves #17

Safely index slice. If index doesn't exist, no longer panics and instead no option will get displayed.