One piece of feedback that we got from @cathulhu's presentation was to support snake case for API naming. Namely, that the following should be possible:
$ ferry-cli -e getUserInfo --username nameofuser
as well as
$ ferry-cli -e get_user_info --username nameofuser