MRtrix3 / mrtrix3

MRtrix3 provides a set of tools to perform various advanced diffusion MRI analyses, including constrained spherical deconvolution (CSD), probabilistic tractography, track-density imaging, and apparent fibre density
http://www.mrtrix.org
Mozilla Public License 2.0
291 stars 179 forks source link

ENH CLI: American & British spelling #2861

Open Lestropie opened 6 months ago

Lestropie commented 6 months ago

Keep coming up with ideas for CLI changes because of trying to finish off #2678.

argparse allows specifying multiple possible matching strings for any given command-line option, along with a destination variable name. Mostly this is used to provide both single-character and more verbose command-line strings.

One way in which this could be used, if the C++ CLI were updated to also support the prospect of multiple string matches per option, would be to allow both American and British spelling of any options where these two conventions differ.