$NEMO/src/scripts/mkman command > $NEMO/man/man1/command.1
The following command would bootstrap a completely new command
in NEMO called foo with four keywords and given defaults for three of them:
$NEMO/src/scripts/template foo a=1 b=2 c=3 d= mknemo foo $NEMO/src/scripts/mkman foo > $NEMO/man/man1/foo.1
after which foo.c and foo.1 will need some editing, but should be fully functional!
https://www.gnu.org/prep/standards/standards.html#Man-Pages
20-mar-2021 finally written PJT