galaxyproject / ephemeris

Library for managing Galaxy plugins - tools, index data, and workflows.
https://ephemeris.readthedocs.org/
Other
28 stars 38 forks source link

Prefer dashes instead of underscores in flags #191

Closed natefoo closed 1 year ago

natefoo commented 1 year ago

This converts all ephemeris command flags that use underscores to dashes instead. Underscores continue to be supported but are hidden from the help text.

Underscores in UNIX command line flags are pretty non-standard, and are way more painful to type, to boot.

Also, entry points for install-tool-deps and set-library-permissions are installed in addition to their original underscore versions. The underscore versions of these two commands should be considered deprecated maybe be removed at some point, but the underscore flags can be kept indefinitely with little harm.

mvdbeek commented 1 year ago

It's pretty conflicted now, but happy to merge if you can resolve these

natefoo commented 1 year ago

Done