luqui / hothasktags

A haskell ctags implementation that is aware of qualified imports, among other cool stuff
BSD 3-Clause "New" or "Revised" License
30 stars 16 forks source link

Output option #16

Closed istathar closed 10 years ago

istathar commented 10 years ago

I was attempting to make hothasktags a viable ctags replacement for Codex, and ran into Codex seeming to want a --output option to specify where its tags file is going. This patch adds such an option. I've not worked with cmdargs before, but copying & pasting seems to work as expected.

AfC