Right now, add only accepts one file path, but it would be really beneficial to add all TSV files within a directory (e.g. add templates/*.tsv). The downside is that any --description would be applied to all (as well as frozen rows and columns), but maybe that's not a problem?
Right now,
add
only accepts one file path, but it would be really beneficial to add all TSV files within a directory (e.g.add templates/*.tsv
). The downside is that any--description
would be applied to all (as well as frozen rows and columns), but maybe that's not a problem?