dinedal / textql

Execute SQL against structured text like CSV or TSV
MIT License
9.05k stars 300 forks source link

Use --conventional-parameter-style and single-letter shortcuts #73

Open stevage opened 6 years ago

stevage commented 6 years ago

Just a friendly suggestion to consider using standard *nix command-line option style with double hyphens for long option names:

--save-to, -S (rather than -save-to)

It would also be nice if there were single-letter shortcuts, especially -h (--header) and -q (--quiet).