mithrandie / csvq

SQL-like query language for csv
https://mithrandie.github.io/csvq
MIT License
1.49k stars 65 forks source link

sort the options #80

Closed ondohotola closed 1 year ago

ondohotola commented 1 year ago

I would find it very helpful if

csvq --help

were to return the Options sorted alphabetically.

el

mithrandie commented 1 year ago

If the options were to be sorted, do you think it would be more appropriate to sort by long-name or short-name?

ondohotola commented 1 year ago

Long.

The options I use regularly I know by heart (short versions) but when I look for something rarely used I look for the long ones as they are informative (even if I then use the short one).

I assume that’s the way for others too.

Is there any way to support this project? I use csvq in several workflows in my practice and a little company I run on a daily basis and can not imagine doing without it any more.

You may contact me directly off list, but another little (LaTeX related) project has “wish list” on Amazon for hardware, another has a PayPal account, things of that nature.

greetings, el

-- Dr. Eberhard W. Lisse \ / Obstetrician & Gynaecologist @. / | Telephone: +264 81 124 6733 (cell) PO Box 8421 Bachbrecht \ / If this email is signed with GPG/PGP 10007, Namibia ;____/ Sect 20 of Act No. 4 of 2019 may apply On 13. Aug 2022, 02:56 +0200, Yuki **@.***>, wrote:

If the options were to be sorted, do you think it would be more appropriate to sort by long-name or short-name? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

mithrandie commented 1 year ago

OK, I'll fix it later.

This project does not require financial support for now.

mithrandie commented 1 year ago

This fix is included in version 1.17.9 and later.

I added features without much thought, so the option names are not consistent, and it may be difficult to find them after all. I want to change the option names someday...