teuben / nemo

a Stellar Dynamics Toolbox (Not Everybody Must Observe)
https://astronemo.readthedocs.io
GNU General Public License v2.0
57 stars 42 forks source link

help=u support #75

Closed ParkerTewell closed 3 years ago

ParkerTewell commented 3 years ago

Files read: 111 Bad files found: 84

Check out mkgalaxy help=u, it has 3 lines of output. Also fixed an issue where multiple dashes would parse incorrectly.

Ignoring all files that result in "command not found" when running help=u

teuben commented 3 years ago

can you also modify the man8/checkpars.8 man page to reflect the new option. Check my english and description for the rest, nobody has looked at this before and you wrote most of the program anyways.

teuben commented 3 years ago

is there a way to also see (like the -v option) the line by line differences between them. E.g. anisot is the first one in my list,

  anisot
  man: tabulate models for spherical galaxies
  bin:  compute anisotropic distribution function tables

Maybe the -v would be verbose. So to get this listing one would need to use "-u -v" together. The default is the parameter list check, but the -u would be the usage line check?