learntextvis / textkit

Command line tool for manipulating and analyzing text
MIT License
28 stars 6 forks source link

standardize argument names #23

Open vlandham opened 8 years ago

vlandham commented 8 years ago

It might be useful in coming up with a quick consensus on argument names. One thing lacking currently in textkit is much in the way of single letter shortcut names for arguments (-n vs --name).

Other issues should be decided. For one, I've used --sep to specify the Separator character(s) for tokens, as well as counts. When the function is creating multiple columns - like with the counts function, should this be switched to --delim for delimiter? Should "delimiter" be used for all these situations?