nfdi4plants / ARCCommander

Tool to manage your ARCs
MIT License
11 stars 9 forks source link

Rename -p argument in export functions #111

Closed HLWeil closed 2 years ago

HLWeil commented 2 years ago

Currently, both implemented export commands (arc export and arc assay export) have a -p argument. This is used to specify a location to which the output should be written, in addition to stdout.

The problem with this is, that a -p argument does already exist at the top level of the ArcCommander command tree (used to specifiy the location of the arc).

To reduce redundancy and possible confusion, the -p argument of the export command could be renamed to -o (--output). In addition to the benefit described above, this would also be more in line with similar arguments of other command line tools.