On Ubuntu 16.04, running umake ide idea
returns:
usage: umake ide [-h] {lighttable,visual-studio-code} ...
umake ide: error: argument framework: invalid choice: 'idea' (choose from 'lighttable', 'visual-studio-code')
Ubuntu Make is giving me only two options of IDEs to install: lighttable and visual-studio-code. But, according to the man page and https://wiki.ubuntu.com/ubuntu-make, there should be many more options ("idea" among them). What's wrong?