I needed to get a list of all the tags used in a cucumber project, and what follows is the formatter I wrote to list them all for me.
To use it, save the code in a file called list_tags.rb and then execute the following command:
cucumber -d -f Cucumber::Formatter::ListTags
Done!