I am using $io->choice() to offer some selections in a RoboFile setup. It uses symfony's $io class.
The options that are given are starting at 0, not 1. Is it possible to offer options starting from 1 instead of 0 or maybe add a "non-selectable option" for the first item? (0 is quite far away from 1,2,3 on the keyboard).