shenwei356 / csvtk

A cross-platform, efficient and practical CSV/TSV toolkit in Golang
http://bioinf.shenwei.me/csvtk
MIT License
992 stars 84 forks source link

Shortcut for the flag --infile-list? #249

Closed MostafaYA closed 11 months ago

MostafaYA commented 11 months ago

Prerequisites

Describe your issue

Hi, I use csvtk as part of a pipeline and it often happens that I can pass hundreds or thousands of files to csvtk via the command line. This causes csvtk to crash. The --infile-list is a nice addition that overcomes this issue. May you consider any shortcut for this flag: --infile-list

Thank you

I'm grateful to users who have greatly helped to report bugs and suggested new features.

I may respond to issues or fix bugs quickly, but I usually implement new features periodically (two or more weeks).

shenwei356 commented 11 months ago

i, I, l and L all conflict with existing flags. X would be the one.

shenwei356 commented 11 months ago
  -X, --infile-list string     file of input files list (one file per line), if given, they are appended
                               to files from cli arguments