MarcWeber / hasktags

Produces ctags "tags" and etags "TAGS" files for Haskell programs
Other
127 stars 32 forks source link

Add spaces to options message #79

Closed 3Rafal closed 2 years ago

3Rafal commented 3 years ago

Currently, options message is formatted, so that words are merged (followedunless, filelist, lhsThus)

  directories will be replaced by DIR/**/*.hs DIR/**/*.lhsThus hasktags . tags all important files in the current directory.

  If directories are symlinks they will not be followedunless you pass -L.

  A special file "STDIN" will make hasktags read the line separated filelist to be tagged from STDIN.

This PR splits them with spaces.

andreasabel commented 2 years ago

ATTN @jhenahan

jhenahan commented 2 years ago

Thanks for the ping! I'll have a look immediately.

jhenahan commented 2 years ago

I've committed an amended version of this work, and will be cutting a release shortly. Thank you for the PR!