currently only way to get the lists is to parse stderr ```bash todo list foo Error: Invalid value for '[LISTS]...': foo. Available lists are: bar, baz ``` this api would be useful ```bash todo lists --porcelain ['bar', 'baz'] ```